Files
minecraft-assets/data/minecraft/recipes/crossbow.json
2024-02-14 17:44:28 +01:00

26 lines
401 B
JSON

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