Files
minecraft-assets/data/minecraft/recipe/bow.json
2025-03-12 18:31:32 +01:00

17 lines
253 B
JSON

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