G GameIDs
minecraft · recipes · 1.17.1

Tripwire Hook

tripwire_hook

Recipe #789

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