Crushed Raw Uranium
create:crushed_raw_uranium

Crushed Raw Uranium

Create · by simibubi
item Crushed Raw Materials

Acquisition

Crushing using Any Uranium Raw Material (400 ticks). Produces Crushed Raw Uranium and Nugget of Experience.

Crushing conditional
Crushed Raw Uranium Crushed Raw Uranium guaranteed
Nugget of Experience Nugget of Experience 75%

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

Crushing conditional
Crushed Raw Uranium Crushed Raw Uranium 75%
Crushed Raw Uranium Crushed Raw Uranium guaranteed
Nugget of Experience Nugget of Experience 75%

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

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

Used in (9)

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

Blasting conditional

100 ticks· 0.1 xp

Uranium Ingot Uranium Ingot guaranteed

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

Blasting conditional

100 ticks· 0.1 xp

Uranium Ingot Uranium Ingot guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Uranium Ingot Uranium Ingot guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Ingot Uranium Ingot Uranium·not yet documented guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Uranium Ingot Uranium Ingot guaranteed
view all 9 →
Developer reference
Registry name
create:crushed_raw_uranium
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/uranium"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:raw_materials/uranium",
          "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/uranium"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ores/uranium",
          "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_uranium"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:storage_blocks/raw_uranium",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}