Light Hook
aquaculture:light_hook

Light Hook

Aquaculture 2 · by Shadowclaimer, Girafi
item Tooltip

Acquisition

Crafting using Any Feathers, Any Feathers, Iron Hook, Any Feathers and Any Feathers, arranged in the pattern shown. Produces Light Hook.

Crafting
Any Feathers
Any Feathers
Iron Hook
Any Feathers
Any Feathers
Light Hook Light Hook guaranteed
Developer reference
Registry name
aquaculture:light_hook
Namespace
aquaculture
Mod ID
aquaculture
Tags (1)
aquaculture:items/tooltip

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " F ",
    "FHF",
    " F "
  ],
  "ingredients": {
    "F": {
      "tag": "forge:feathers"
    },
    "H": {
      "item": "aquaculture:iron_hook"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}