mc_rebalance/data/minecraft/recipes/spectral_arrow.json
2025-08-20 02:55:52 +01:00

14 lines
264 B
JSON

{
"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
}
}