
Arrow+
Adds new arrow types with different damage levels using only vanilla ingredients. A simple Vanilla+ upgrade for archery.
📌 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
