immersiveengineering:sheetmetal_lead

Lead Sheetmetal

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Lead SheetmetalLead SheetmetalPickaxe Mineable

Acquisition

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

Crafting
Lead Sheetmetal Slab
Lead Sheetmetal Slab
Lead Sheetmetal guaranteed

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

Crafting
Any Lead Plate
Any Lead Plate
Any Lead Plate
Any Lead Plate
Lead Sheetmetal ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Lead Sheetmetal1–1100%Survives Explosion

Used in (1)

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

Crafting
Lead Sheetmetal Slab Lead Sheetmetal Slab ×6 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_sheetmetal_lead"
    }
  },
  "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/lead"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}