mekanism:block_lead

Lead Block

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
block Lead Storage BlockLead Storage BlockBeacon Base BlocksPickaxe MineableNeeds Stone Tool

Acquisition

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 Lead Block.

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
Lead Block guaranteed

Mining & drops

sourcecountchanceconditions
Lead Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
mekanism:block_lead
Namespace
mekanism
Mod ID
mekanism
Tags (5)
forge:blocks/storage_blocks/lead
forge:items/storage_blocks/lead
minecraft:blocks/beacon_base_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#P#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/lead"
    },
    "P": {
      "item": "mekanism:ingot_lead"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}