Crushing using Any Nickel Raw Material (400 ticks). Produces Crushed Raw Nickel and Nugget of Experience.
400 ticks
Crushing using Any Nickel Raw Material (400 ticks). Produces Crushed Raw Nickel and Nugget of Experience.
400 ticks
Crushing using Any Raw Nickel Storage Block (400 ticks). Produces 9× Crushed Raw Nickel and 9× Nugget of Experience.
400 ticks
Crushing using Any Nickel Ore (400 ticks). Produces Crushed Raw Nickel and Crushed Raw Nickel and Nugget of Experience.
400 ticks
Blasting using Crushed Raw Nickel (100 ticks, 0.1 xp). Produces Nickel Ingot.
100 ticks· 0.1 xp
Blasting using Crushed Raw Nickel (100 ticks, 0.1 xp). Produces Nickel Ingot.
100 ticks· 0.1 xp
Smelting using Crushed Raw Nickel (200 ticks, 0.1 xp). Produces Nickel Ingot.
200 ticks· 0.1 xp
Smelting using Crushed Raw Nickel (200 ticks, 0.1 xp). Produces Nickel Ingot.
200 ticks· 0.1 xp
Splashing using Crushed Raw Nickel. Produces 9× Nickel Nugget.
create:crushed_raw_nickelcreatecreatecreate:items/crushed_raw_materials
Recipe JSON (3):
{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"tag": "forge:raw_materials/nickel"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:raw_materials/nickel",
"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:storage_blocks/raw_nickel"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:storage_blocks/raw_nickel",
"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/nickel"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ores/nickel",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 400
}