minecraft-src/data/minecraft/recipe/tripwire_hook.json
2025-07-04 01:41:11 +03:00

24 lines
No EOL
354 B
JSON

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