Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4β1.21.11
1.21.1
1.20.1
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
π Arrow+ β More Arrows with Vanilla Materials
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.
πΉ Features
- Multiple new arrow variants with custom damage values
- All recipes use vanilla ingredients only
- Fully data-driven and easily customizable
- Arrows change color while pulling the bow, depending on the arrow type used
- Clean integration with the vanilla combat system
π§ͺ Arrow Variants
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-Friendly & Customizable
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


