Warrior Boots
16×16 · BAKED

item· Armor

Warrior Boots

Immersive Armors · by Luke100000
item Boots ArmorArmor

Warrior Boots is an item from Immersive Armors, crafted from Iron Ingot and Leather Boots.

Acquisition

Crafting using Iron Ingot, Leather Boots and Iron Ingot, arranged in the pattern shown. Produces Warrior Boots.

Crafting
Iron Ingot
Leather Boots
Iron Ingot
Warrior Boots Warrior Boots guaranteed
Developer reference
Registry name
immersive_armors:warrior_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": [
    "ILI",
    "   ",
    "   "
  ],
  "ingredients": {
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "L": {
      "anyOf": [
        {
          "item": "minecraft:leather_boots"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}