G GameIDs
minecraft · recipes · 1.19.4

Tripwire Hook

tripwire_hook

Recipe #789

1.19.4 #4
{
    "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,
        "item": "minecraft:tripwire_hook"
    },
    "show_notification": true
}