Neptunium Boots
aquaculture:neptunium_boots

Neptunium Boots

Aquaculture 2 · by Shadowclaimer, Girafi
item TooltipBoots Armor

Acquisition

Crafting using Neptunium Ingot, Neptunium Ingot, Neptunium Ingot and Neptunium Ingot, arranged in the pattern shown. Produces Neptunium Boots.

Crafting conditional
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Ingot
Neptunium Boots Neptunium Boots 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_boots
Namespace
aquaculture
Mod ID
aquaculture
Tags (2)
aquaculture:items/tooltip
forge:items/armors/boots

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S S",
    "S S"
  ],
  "ingredients": {
    "S": {
      "tag": "forge:ingots/neptunium"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "aquaculture:neptunium_armor_enabled",
        "value": true
      },
      "type": "aquaculture:neptunium_armor_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}