minecraft-assets/data/minecraft/recipes/bow.json

21 lines
312 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:string"
}
},
"pattern": [
" #X",
"# X",
" #X"
],
"result": {
"item": "minecraft:bow"
},
"show_notification": true
}