embers:lead_block

Block of Lead

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block Lead Storage BlockLead Storage BlockPickaxe MineableNeeds Iron Tool

Block of Lead is a storage block from Embers Rekindled, crafted from Lead Ingot.

Acquisition

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

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

Mining & drops

sourcecountchanceconditions
Block of Lead1–1100%Survives Explosion

Used in (1)

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

Crafting ⇆ any arrangement
Lead Ingot Lead Ingot ×9 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "XYX",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "tag": "forge:ingots/lead"
    },
    "Y": {
      "item": "embers:lead_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}