Crushed Raw Lead
create:crushed_raw_lead

Crushed Raw Lead

Create · by simibubi
item Crushed Raw Materials

Acquisition

Crushing using Any Raw Lead Storage Block (400 ticks). Produces 9× Crushed Raw Lead and 9× Nugget of Experience.

Crushing conditional
Crushed Raw Lead Crushed Raw Lead ×9 guaranteed
Nugget of Experience Nugget of Experience ×9 75%

Crushing using Any Lead Raw Material (400 ticks). Produces Nugget of Experience and Crushed Raw Lead.

Crushing conditional
Nugget of Experience Nugget of Experience 75%
Crushed Raw Lead Crushed Raw Lead guaranteed

Crushing using Any Lead Ore (400 ticks). Produces Nugget of Experience and Crushed Raw Lead and Crushed Raw Lead.

Crushing conditional

400 ticks

Nugget of Experience Nugget of Experience 75%
Crushed Raw Lead Crushed Raw Lead guaranteed
Crushed Raw Lead Crushed Raw Lead 75%

Used in (12)

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

Blasting conditional

100 ticks· 0.1 xp

Lead Ingot Lead Ingot·not yet documented guaranteed

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

Blasting conditional

100 ticks· 0.1 xp

Lead Ingot Lead Ingot guaranteed

Splashing using Crushed Raw Lead. Produces 9× Lead Nugget.

Splashing conditional
Lead Nugget Lead Nugget ×9·not yet documented guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Lead Ingot Lead Ingot·not yet documented guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Lead Ingot Lead Ingot guaranteed
view all 12 →
Developer reference
Registry name
create:crushed_raw_lead
Namespace
create
Mod ID
create
Tags (1)
create:items/crushed_raw_materials

Recipe JSON (3):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/raw_lead"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:storage_blocks/raw_lead",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/lead"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:raw_materials/lead",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ores/lead"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ores/lead",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}