minecraft-src/data/minecraft/recipe/crossbow.json
2025-07-04 02:00:41 +03:00

19 lines
No EOL
327 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:stick",
"$": "minecraft:tripwire_hook",
"&": "minecraft:iron_ingot",
"~": "minecraft:string"
},
"pattern": [
"#&#",
"~$~",
" # "
],
"result": {
"count": 1,
"id": "minecraft:crossbow"
}
}