Crafting using Iron Ingot, Stick and Any Planks, arranged in the pattern shown. Produces 2× Tripwire Hook.
Tripwire Hook
Minecraft · by Mojang Studios
Acquisition
Crafting using Any Iron Ingots, Skyroot Stick and Skyroot Planks, arranged in the pattern shown. Produces 2× Tripwire Hook.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost | 1–1 | 100% | — |
Gameplay loot table: Junk (minecraft) minecraft:junk | 1–1 | 100% | — |
| Tripwire Hook | 1–1 | 100% | Survives Explosion |
Used in (2)
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:tripwire_hook- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"S",
"#"
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"/",
"P"
],
"ingredients": {
"/": {
"tag": "c:wooden_rods"
},
"I": {
"tag": "c:iron_ingots"
},
"P": {
"tag": "aether:planks_crafting"
}
},
"conditions": [],
"sequence": null,
"group_name": "minecraft:tripwire_hook",
"experience": null,
"cooking_time": null
}

