Heavy Boots
16×16 · BAKED

item· Armor

Heavy Boots

Immersive Armors · by Luke100000
item Boots ArmorArmor

Heavy Boots is an item from Immersive Armors, crafted from Iron Ingot and Block of Iron.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Block of Iron and Block of Iron, arranged in the pattern shown. Produces Heavy Boots.

Crafting
Heavy Boots Heavy Boots guaranteed
Developer reference
Registry name
immersive_armors:heavy_boots
Namespace
immersive_armors
Mod ID
immersive_armors
Tags (2)
forge:items/armors/boots
immersive_armors:items/armor

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "i i",
    "I I",
    "   "
  ],
  "ingredients": {
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_block"
        }
      ]
    },
    "i": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}