Crushing using Any Raw Lead Storage Block (400 ticks). Produces 9× Crushed Raw Lead and 9× Nugget of Experience.
400 ticks
Crushing using Any Raw Lead Storage Block (400 ticks). Produces 9× Crushed Raw Lead and 9× Nugget of Experience.
400 ticks
Crushing using Any Lead Raw Material (400 ticks). Produces Nugget of Experience and Crushed Raw Lead.
400 ticks
Crushing using Any Lead Ore (400 ticks). Produces Nugget of Experience and Crushed Raw Lead and Crushed Raw Lead.
400 ticks
Blasting using Crushed Raw Lead (100 ticks, 0.1 xp). Produces Lead Ingot.
100 ticks· 0.1 xp
Blasting using Crushed Raw Lead (100 ticks, 0.1 xp). Produces Lead Ingot.
100 ticks· 0.1 xp
Splashing using Crushed Raw Lead. Produces 9× Lead Nugget.
Smelting using Crushed Raw Lead (200 ticks, 0.1 xp). Produces Lead Ingot.
200 ticks· 0.1 xp
Smelting using Crushed Raw Lead (200 ticks, 0.1 xp). Produces Lead Ingot.
200 ticks· 0.1 xp
create:crushed_raw_leadcreatecreatecreate: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
}