Crushing using Any Raw Platinum Storage Block (400 ticks). Produces 9× Crushed Raw Platinum and 9× Nugget of Experience.
400 ticks
Crushing using Any Raw Platinum Storage Block (400 ticks). Produces 9× Crushed Raw Platinum and 9× Nugget of Experience.
400 ticks
Crushing using Any Platinum Raw Material (400 ticks). Produces Crushed Raw Platinum and Nugget of Experience.
400 ticks
Crushing using Any Platinum Ore (400 ticks). Produces Crushed Raw Platinum and Crushed Raw Platinum and Nugget of Experience.
400 ticks
create:crushed_raw_platinumcreatecreatecreate:items/crushed_raw_materials
Recipe JSON (3):
{
"recipe_type": "create:crushing",
"pattern": null,
"ingredients": {
"tag": "forge:storage_blocks/raw_platinum"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:storage_blocks/raw_platinum",
"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/platinum"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:raw_materials/platinum",
"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/platinum"
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ores/platinum",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": 400
}