Warrior Chestplate
16×16 · BAKED

item· Armor

Warrior Chestplate

Immersive Armors · by Luke100000
item Chestplates ArmorArmor

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

Acquisition

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

Crafting
Iron Ingot
Leather
Iron Ingot
Iron Ingot
Leather Tunic
Iron Ingot
Warrior Chestplate Warrior Chestplate guaranteed
Developer reference
Registry name
immersive_armors:warrior_chestplate
Namespace
immersive_armors
Mod ID
immersive_armors
Tags (2)
forge:items/armors/chestplates
immersive_armors:items/armor

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ICI",
    "ILI",
    "   "
  ],
  "ingredients": {
    "C": {
      "anyOf": [
        {
          "item": "minecraft:leather"
        }
      ]
    },
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "L": {
      "anyOf": [
        {
          "item": "minecraft:leather_chestplate"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}