Files
minecraft-assets/data/minecraft/recipes/crossbow.json
2023-05-24 18:29:03 +02:00

27 lines
430 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"
},
"show_notification": true
}