minecraft-src/data/minecraft/recipe/spectral_arrow.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:glowstone_dust"
},
"X": {
"item": "minecraft:arrow"
}
},
"pattern": [
" # ",
"#X#",
" # "
],
"result": {
"count": 2,
"id": "minecraft:spectral_arrow"
}
}