作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: neoforge
标签: equipment utility
Arrow+ adds new arrow types with different base damage, all crafted using only vanilla materials. It’s a lightweight Vanilla+ mod that expands archery without adding complex systems or external dependencies.
All custom arrows are crafted using the vanilla arrow recipe shape:
Replace flint with the appropriate material and use the correct stick and feather accordingly to create different arrow types.
[ Material ]
[ Stick ]
[ Feather ]
All the arrows material, stick and feather can be found here.
Modpack developers can add their own arrow types by creating JSON files in:
Visit Data Generator to generate json file directly.
data/<modid>/arrowplus/arrows/your_arrow.json
Each arrow is defined using a simple format like this:
{
"baseDamage": 2.5,
"color": -5194043,
"effects": {},
"feather": "minecraft:feather",
"flame": false,
"gravity": 0.05,
"material": "minecraft:iron_ingot",
"outputAmount": 4,
"stick": "arrowplus:copper_stick",
"translationKey": "item.arrowplus.iron_arrow"
}
✅ Vanilla-friendly
✅ Lightweight and modular
✅ Supports modpacks and custom content
请登录后举报
暂无评论,抢个沙发吧~