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

21 lines
No EOL
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"
}
}