RangedJS
ModA kubejs addon to add/modify bows and crossbows
Type
Mod
Modrinth Downloads
675
Modrinth ID
tz15f1Mv
Last Updated
Jul 28, 2026
Description
A KubeJS addon for pack dev to easily create custom bows and modify existing bows/crossbows. Please feel free to request modded ranged weapon support in comments.
Update August 6th 2025 - Add compat with Archery Expansion.
Example codes can be found on the wiki page.
You can also create vanilla-like bow model with client script:
ClientEvents.highPriorityAssets(event => { event.easyBowModel("kubejs:bow_golden") })You just need to put texture pictures in kuebjs/assets/kubejs/textures/item/ The texture file names should be bow_golden.png, bow_golden_pulling_0.png, bow_golden_pulling_1.png, bow_golden_pulling_2.png
You can also modify existing bows with ItemEvents.modification like this:
ItemEvents.modification(event => { const $BowItem = Java.loadClass("net.minecraft.world.item.BowItem") event.modify("minecraft:bow", item => {if(item instanceof $BowItem){ item.bow(bow => { bow .onArrowHit(arrow => {arrow.hitBlock(event => { event.arrow.block.createEntity("lightning_bolt").spawn() })}) .modifyBow(attributes => { attributes.fullChargeTick(15).baseDamage(6) }) }) }}) })Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
CompactWaterTurbines
A IC2 addon that adds Compact Water Turbines
Mo'Bosses
Face the Divine Dragon in an epic aerial battle!
Flyspeed
Boost creative & survival flight speed up to 20x with Hold/Toggle control.
HighTide's Hypixel SkyBlock Commands
A mod for Hypixel Skyblock that adds a bunch of useful clientside commands to the game.
Ultimate Roleplay Kit - Hats
A resourcepack & datapack combo that adds a ton of cosmetic hats!
Meteors (Fabric/Forge/NeoForge/Quilt)
Meteors falls from the sky!