Compatibility
Minecraft: Java Edition
1.21.4–1.21.8
1.21.1
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last month
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, but with a twist:
Replace flint with the appropriate material to create different arrow types.
[ Material ]
[ Stick ]
[ Feather ]
Arrow Type | Material Used | Damage |
---|---|---|
Wood Arrow | Any Planks | 1.0 |
Stone Arrow | Any Stone | 1.5 |
Charcoal Arrow | Charcoal | 1.6 |
Redstone Arrow | Redstone | 1.8 |
Glowstone Arrow | Glowstone Dust | 2.0 |
Gold Arrow | Gold Ingot | 2.0 |
Brick Arrow | Brick | 2.0 |
Copper Arrow | Copper Ingot | 2.2 |
Lapis Arrow | Lapis Lazuli | 2.3 |
Bone Arrow | Bone | 2.4 |
Iron Arrow | Iron Ingot | 2.5 |
Quartz Arrow | Nether Quartz | 2.7 |
Prismarine Arrow | Prismarine Shard | 2.8 |
Emerald Arrow | Emerald | 3.0 |
Amethyst Arrow | Amethyst Shard | 3.2 |
Diamond Arrow | Diamond | 3.5 |
Obsidian Arrow | Obsidian | 3.8 |
Netherite Arrow | Netherite Ingot | 4.5 |
🛠️ Modpack-Friendly & Customizable
Modpack developers can add their own arrow types by creating JSON files in:
data/<modid>/arrowplus/arrows/your_arrow.json
Each arrow is defined using a simple format like this:
{
"baseDamage": 1.6,
"color": -12703965,
"material": "minecraft:charcoal",
"translationKey": "item.arrowplus.charcoal_arrow"
}
✅ Vanilla-friendly ✅ Lightweight and modular ✅ Supports modpacks and custom content