Redstone Hook
aquaculture:redstone_hook

Redstone Hook

Aquaculture 2 · by Shadowclaimer, Girafi
item Tooltip

Acquisition

Crafting using Any Redstone Dust, Any Redstone Dust, Iron Hook, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Redstone Hook.

Crafting
Any Redstone Dust
Any Redstone Dust
Iron Hook
Any Redstone Dust
Any Redstone Dust
Redstone Hook Redstone Hook guaranteed
Developer reference
Registry name
aquaculture:redstone_hook
Namespace
aquaculture
Mod ID
aquaculture
Tags (1)
aquaculture:items/tooltip

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "RHR",
    " R "
  ],
  "ingredients": {
    "H": {
      "item": "aquaculture:iron_hook"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}