Neptunium Fishing Rod
aquaculture:neptunium_fishing_rod

Neptunium Fishing Rod

Aquaculture 2 · by Shadowclaimer, Girafi
item TooltipFishing Rods Tool

Acquisition

Crafting using Neptunium Ingot, Neptunium Ingot, Any String, Treated Stick and Any String, arranged in the pattern shown. Produces Neptunium Fishing Rod.

Crafting conditional
Neptunium Ingot
Neptunium Ingot
Any String
Treated Stick
Any String
Neptunium Fishing Rod Neptunium Fishing Rod guaranteed

Used in (1)

Blasting using Any of Neptunium Axe / Neptunium Boots / Neptunium Chestplate / Neptunium Fillet Knife / Neptunium Fishing Rod / Neptunium Helmet / Neptunium Hoe / Neptunium Leggings / Neptunium Pickaxe / Neptunium Shovel / Neptunium Sword / Neptunium Bow (200 ticks, 0.5 xp). Produces Neptunium Ingot.

Blasting
Developer reference
Registry name
aquaculture:neptunium_fishing_rod
Namespace
aquaculture
Mod ID
aquaculture
Tags (2)
aquaculture:items/tooltip
forge:items/tools/fishing_rods

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  N",
    " NS",
    "T S"
  ],
  "ingredients": {
    "N": {
      "tag": "forge:ingots/neptunium"
    },
    "S": {
      "tag": "forge:string"
    },
    "T": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "aquaculture:neptunium_items_enabled",
        "value": true
      },
      "type": "aquaculture:neptunium_items_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}