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