Steampunk Chestplate
16×16 · BAKED

item· Armor

Steampunk Chestplate

Immersive Armors · by Luke100000
item Chestplates ArmorArmor

Steampunk Chestplate is an item from Immersive Armors, crafted from Gold Ingot, Compass, Clock, and Piston.

Acquisition

Crafting using Gold Ingot, Gold Ingot, Compass, Gold Ingot, Clock, Gold Ingot, Piston and Gold Ingot, arranged in the pattern shown. Produces Steampunk Chestplate.

Crafting
Steampunk Chestplate Steampunk Chestplate guaranteed
Developer reference
Registry name
immersive_armors:steampunk_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": [
    "G G",
    "CGS",
    "GPG"
  ],
  "ingredients": {
    "C": {
      "anyOf": [
        {
          "item": "minecraft:compass"
        }
      ]
    },
    "G": {
      "anyOf": [
        {
          "item": "minecraft:gold_ingot"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "minecraft:piston"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "minecraft:clock"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}