immersiveengineering:sheetmetal_iron

Iron Sheetmetal

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Iron SheetmetalIron SheetmetalPickaxe Mineable

Acquisition

Crafting using Any Iron Plate, Any Iron Plate, Any Iron Plate and Any Iron Plate, arranged in the pattern shown. Produces 4× Iron Sheetmetal.

Crafting
Any Iron Plate
Any Iron Plate
Any Iron Plate
Any Iron Plate
Iron Sheetmetal ×4 guaranteed

Crafting using Iron Sheetmetal Slab and Iron Sheetmetal Slab, arranged in the pattern shown. Produces Iron Sheetmetal.

Crafting
Iron Sheetmetal Slab
Iron Sheetmetal Slab
Iron Sheetmetal guaranteed

Mining & drops

sourcecountchanceconditions
Iron Sheetmetal1–1100%Survives Explosion

Used in (1)

Crafting using Iron Sheetmetal, Iron Sheetmetal and Iron Sheetmetal, arranged in the pattern shown. Produces 6× Iron Sheetmetal Slab.

Crafting
Iron Sheetmetal Slab Iron Sheetmetal Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:sheetmetal_iron
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (3)
forge:blocks/sheetmetals/iron
forge:items/sheetmetals/iron
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " p ",
    "p p",
    " p "
  ],
  "ingredients": {
    "p": {
      "tag": "forge:plates/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_sheetmetal_iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}