Lead Ingot
embers:lead_ingot

Lead Ingot

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
item Lead Ingot

Lead Ingot is a ingot from Embers Rekindled, crafted from Deepslate Lead Ore.

Acquisition

Blasting using Deepslate Lead Ore (100 ticks, 0.7 xp). Produces Lead Ingot.

Blasting

100 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

Smelting using Lead Ore (200 ticks, 0.7 xp). Produces Lead Ingot.

Smelting

200 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

Blasting using Lead Ore (100 ticks, 0.7 xp). Produces Lead Ingot.

Blasting

100 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

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

Crafting
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Nugget
Lead Ingot Lead Ingot guaranteed

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

Crafting ⇆ any arrangement
Lead Ingot Lead Ingot ×9 guaranteed

Blasting using Raw Lead (100 ticks, 0.7 xp). Produces Lead Ingot.

Blasting

100 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

Smelting using Deepslate Lead Ore (200 ticks, 0.7 xp). Produces Lead Ingot.

Smelting

200 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

Smelting using Raw Lead (200 ticks, 0.7 xp). Produces Lead Ingot.

Smelting

200 ticks· 0.7 xp

Lead Ingot Lead Ingot guaranteed

Used in (2)

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

Crafting ⇆ any arrangement
Lead Ingot
Lead Nugget Lead Nugget ×9 guaranteed

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
Developer reference
Registry name
embers:lead_ingot
Namespace
embers
Mod ID
embers
Tags (1)
forge:items/ingots/lead

Recipe JSON (8):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "embers:deepslate_lead_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "embers:lead_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "embers:lead_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "XYX",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "tag": "forge:nuggets/lead"
    },
    "Y": {
      "item": "embers:lead_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "embers:lead_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "embers:raw_lead"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "embers:deepslate_lead_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "embers:raw_lead"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "lead_ingot",
  "experience": 0.7,
  "cooking_time": 200
}