immersiveengineering:sheetmetal_steel

Steel Sheetmetal

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Steel SheetmetalSteel SheetmetalPickaxe Mineable

Acquisition

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

Crafting
Steel Sheetmetal Slab
Steel Sheetmetal Slab
Steel Sheetmetal guaranteed

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

Crafting
Any Steel Plate
Any Steel Plate
Any Steel Plate
Any Steel Plate
Steel Sheetmetal ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Steel Sheetmetal1–1100%Survives Explosion

Used in (1)

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

Crafting
Steel Sheetmetal Slab Steel Sheetmetal Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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