Files
minecraft-assets/data/minecraft/recipe/tripwire_hook.json
2024-10-16 18:32:00 +02:00

18 lines
290 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "#minecraft:planks",
"I": "minecraft:iron_ingot",
"S": "minecraft:stick"
},
"pattern": [
"I",
"S",
"#"
],
"result": {
"count": 2,
"id": "minecraft:tripwire_hook"
}
}