Files
minecraft-assets/data/minecraft/recipe/crossbow.json
2025-02-05 18:31:24 +01:00

19 lines
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"
}
}