minecraft-assets/data/minecraft/recipes/crossbow.json

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