Divine Chestplate
16×16 · BAKED

item· Armor

Divine Chestplate

Immersive Armors · by Luke100000
item Chestplates ArmorArmor

Divine Chestplate is an item from Immersive Armors, crafted from Gold Ingot, Totem of Undying, and Robe Chestplate.

Acquisition

Crafting using Gold Ingot, Gold Ingot, Gold Ingot, Totem of Undying, Gold Ingot, Gold Ingot, Robe Chestplate and Gold Ingot, arranged in the pattern shown. Produces Divine Chestplate.

Crafting
Gold Ingot
Gold Ingot
Gold Ingot
Totem of Undying
Gold Ingot
Gold Ingot
Robe Chestplate
Gold Ingot
Divine Chestplate Divine Chestplate guaranteed
Developer reference
Registry name
immersive_armors:divine_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",
    "ITI",
    "IRI"
  ],
  "ingredients": {
    "I": {
      "anyOf": [
        {
          "item": "minecraft:gold_ingot"
        }
      ]
    },
    "R": {
      "anyOf": [
        {
          "item": "immersive_armors:robe_chestplate"
        }
      ]
    },
    "T": {
      "anyOf": [
        {
          "item": "minecraft:totem_of_undying"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}