Crushed Raw Osmium
create:crushed_raw_osmium

Crushed Raw Osmium

Create · by simibubi
item Crushed Raw Materials

Acquisition

Crushing using Raw Osmium (400 ticks). Produces Nugget of Experience and Crushed Raw Osmium.

Crushing conditional

400 ticks

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

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

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

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

Crushing conditional

400 ticks

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

Used in (3)

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

Smelting conditional

200 ticks· 0.1 xp

Osmium Ingot Osmium Ingot guaranteed

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

Blasting conditional

100 ticks· 0.1 xp

Osmium Ingot Osmium Ingot guaranteed

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

Splashing conditional
Osmium Nugget Osmium Nugget ×9 guaranteed
Developer reference
Registry name
create:crushed_raw_osmium
Namespace
create
Mod ID
create
Tags (1)
create: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
}