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

17 lines
No EOL
272 B
JSON

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