Files
minecraft-assets/data/minecraft/recipes/bow.json
2024-04-22 09:53:17 +02:00

21 lines
297 B
JSON

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