mc_rebalance/data/minecraft/recipes/spectral_arrow.json

14 lines
264 B
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{"item": "minecraft:arrow"},
{"item": "minecraft:arrow"},
{"item": "minecraft:arrow"},
{"item": "minecraft:glow_berries"}
],
"result": {
"item": "minecraft:spectral_arrow",
"count": 3
}
}