Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/tripwire_hook.json

31 lines
631 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:tripwire_hook"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"B",
"C"
],
"key": {
"A": {
"item": "iron_ingot"
},
"B": {
"item": "stick"
},
"C": {
"item": "minecraft:planks"
}
},
"result": {
"item": "tripwire_hook",
"count": 2
}
}
}