Iron Chest
ironchest:iron_chest

Iron Chest

Iron Chests · by cpw, alexbegt, progwml6
block Features Cannot ReplaceGuarded By PiglinsPickaxe Mineable

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Wooden Chest, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Chest.

Crafting
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Wooden Chest
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Iron Chest Iron Chest guaranteed

Crafting using Any Iron Ingot, Any Glass, Any Iron Ingot, Any Glass, Copper Chest, Any Glass, Any Iron Ingot, Any Glass and Any Iron Ingot, arranged in the pattern shown. Produces Iron Chest.

Crafting
Iron Chest Iron Chest guaranteed

Mining & drops

sourcecountchanceconditions
Iron Chest1–1100%Survives Explosion

Used in (2)

Crafting using Iron Chest and Tripwire Hook, in any arrangement. Produces Trapped Iron Chest.

Crafting ⇆ any arrangement
Iron Chest
Tripwire Hook
Trapped Iron Chest Trapped Iron Chest guaranteed

Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Iron Chest, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Any Gold Ingot, arranged in the pattern shown. Produces Gold Chest.

Crafting
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Iron Chest
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Gold Chest Gold Chest guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ironchest:iron_chest
Namespace
ironchest
Mod ID
ironchest
Tags (3)
minecraft:blocks/features_cannot_replace
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MMM",
    "MSM",
    "MMM"
  ],
  "ingredients": {
    "M": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MGM",
    "GSG",
    "MGM"
  ],
  "ingredients": {
    "G": {
      "tag": "forge:glass"
    },
    "M": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "ironchest:copper_chest"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}