Crushed Raw Nickel
create:crushed_raw_nickel

Crushed Raw Nickel

Create · by simibubi
item Crushed Raw Materials

Acquisition

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

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

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

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

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

Crushing conditional

400 ticks

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

Used in (6)

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

Blasting conditional

100 ticks· 0.1 xp

Nickel Ingot Nickel Ingot guaranteed

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

Blasting conditional

100 ticks· 0.1 xp

Nickel Ingot Nickel Ingot guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Nickel Ingot Nickel Ingot guaranteed

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

Smelting conditional

200 ticks· 0.1 xp

Nickel Ingot Nickel Ingot guaranteed

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

Splashing conditional
Nickel Nugget Nickel Nugget ×9 guaranteed
view all 6 →
Developer reference
Registry name
create:crushed_raw_nickel
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/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
}