Files
minecraft-assets/data/minecraft/recipes/spectral_arrow.json
2019-04-06 17:15:10 +00:00

20 lines
291 B
JSON

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