Lead Ingot
techreborn:lead_ingot

Lead Ingot

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item Lead IngotsIngots

Acquisition

Blasting using Any Lead Ores (100 ticks, 0.5 xp). Produces Lead Ingot.

Blasting

100 ticks· 0.5 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, in any arrangement. Produces Lead Ingot.

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

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

Smelting

200 ticks· 0.5 xp

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

Blast Furnace using Small Pile of Galena Dust. Produces Silver Ingot and Lead Ingot.

Blast Furnace
Silver Ingot Silver Ingot guaranteed
Lead Ingot Lead Ingot guaranteed

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

Blasting

100 ticks· 0.5 xp

Lead Ingot Lead Ingot guaranteed

Blast Furnace using Galena Dust. Produces Lead Ingot and Silver Ingot.

Blast Furnace
Lead Ingot Lead Ingot guaranteed
Silver Ingot Silver Ingot guaranteed

Smelting using Any Lead Ores (200 ticks, 0.5 xp). Produces Lead Ingot.

Smelting

200 ticks· 0.5 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, in any arrangement. Produces Block of Lead.

Crafting ⇆ any arrangement
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
techreborn:lead_ingot
Namespace
techreborn
Mod ID
techreborn
Tags (2)
c:items/lead_ingots
techreborn:items/ingots

Recipe JSON (8):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "c:lead_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    },
    {
      "item": "techreborn:lead_nugget"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "c:raw_lead_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:lead_storage_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:blast_furnace",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:galena_small_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "c:raw_lead_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}
{
  "recipe_type": "techreborn:blast_furnace",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:galena_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "c:lead_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}