Heavy Chestplate
16×16 · BAKED

item· Armor

Heavy Chestplate

Immersive Armors · by Luke100000
item Chestplates ArmorArmor

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

Acquisition

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

Crafting
Heavy Chestplate Heavy Chestplate guaranteed
Developer reference
Registry name
immersive_armors:heavy_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": [
    "I I",
    "iIi",
    "iIi"
  ],
  "ingredients": {
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_block"
        }
      ]
    },
    "i": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}