immersiveengineering:storage_lead

Block of Lead

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Lead Storage BlockLead Storage BlockPickaxe MineableNeeds Iron Tool

Acquisition

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

Crafting
Lead Slab
Lead Slab
Block of Lead guaranteed

Crafting using Any Lead Ingot, Any Lead Ingot, Any Lead Ingot, Any Lead Ingot, Lead Ingot, Any Lead Ingot, Any Lead Ingot, Any Lead Ingot and Any Lead Ingot, arranged in the pattern shown. Produces Block of Lead.

Crafting
Any Lead Ingot
Any Lead Ingot
Any Lead Ingot
Any Lead Ingot
Lead Ingot
Any Lead Ingot
Any Lead Ingot
Any Lead Ingot
Any Lead Ingot
Block of Lead guaranteed

Mining & drops

sourcecountchanceconditions
Block of Lead1–1100%Survives Explosion

Used in (2)

Crafting using Block of Lead, in any arrangement. Produces 9× Lead Ingot.

Crafting ⇆ any arrangement
Lead Ingot Lead Ingot ×9 guaranteed

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

Crafting
Lead Slab Lead Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:storage_lead
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (4)
forge:blocks/storage_blocks/lead
forge:items/storage_blocks/lead
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_storage_lead"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sis",
    "sss"
  ],
  "ingredients": {
    "i": {
      "item": "immersiveengineering:ingot_lead"
    },
    "s": {
      "tag": "forge:ingots/lead"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}