RangedJS
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #102 of 288 equipment mods in this game by downloads
📋 About This Mod
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 (https://github.com/vomiter-scp-zh/RangedJS/wiki).
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) }) }) }}) }) ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- vomiter
- Version
- 1.2.5-forge
- Downloads
- 1,100
- Endorsements
- 1
- Category
- equipment
- Created
- 1/16/2026
- Updated
- 5/15/2026
- Game Versions
- 1.20.1
- Tags
- equipment, game-mechanics, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does RangedJS support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of RangedJS?
Version 1.2.5-forge, published 2026-05-15 with 1,100 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await