mc_rebalance_datapack/data/minecraft/recipes/spectral_arrow_alt_singular.json

12 lines
202 B
JSON
Raw Normal View History

2025-08-28 18:43:46 +00:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{"item": "minecraft:arrow"},
{"item": "minecraft:glow_berries"}
],
"result": {
"item": "minecraft:spectral_arrow",
"count": 1
}
}