Tripwire Hook
minecraft:tripwire_hook

Tripwire Hook

Minecraft · by Mojang Studios
block

Acquisition

Crafting using Iron Ingot, Stick and Any Planks, arranged in the pattern shown. Produces 2× Tripwire Hook.

Crafting
Tripwire Hook Tripwire Hook ×2 guaranteed

Crafting using Any Iron Ingots, Skyroot Stick and Skyroot Planks, arranged in the pattern shown. Produces 2× Tripwire Hook.

Crafting
Tripwire Hook Tripwire Hook ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost1–1100%
Gameplay loot table: Junk (minecraft) minecraft:junk1–1100%
Tripwire Hook1–1100%Survives Explosion

Used in (2)

Crafting using Chest and Tripwire Hook, in any arrangement. Produces Trapped Chest.

Crafting ⇆ any arrangement
Chest
Tripwire Hook
Trapped Chest Trapped Chest guaranteed

Crafting using Stick, Iron Ingot, Stick, String, Tripwire Hook, String and Stick, arranged in the pattern shown. Produces Crossbow.

Crafting
Stick
Iron Ingot
Stick
String
Tripwire Hook
String
Stick
Crossbow Crossbow guaranteed

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
}