Crushed Raw Platinum
create:crushed_raw_platinum

Crushed Raw Platinum

Create · by simibubi
item Crushed Raw Materials

Acquisition

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

Crushing conditional
Any Raw Platinum Storage Block Any Raw Platinum Storage Block·members not yet documented

400 ticks

Crushed Raw Platinum Crushed Raw Platinum ×9 guaranteed
Nugget of Experience Nugget of Experience ×9 75%

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

Crushing conditional
Any Platinum Raw Material Any Platinum Raw Material·members not yet documented

400 ticks

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

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

Crushing conditional
Any Platinum Ore Any Platinum Ore·members not yet documented

400 ticks

Crushed Raw Platinum Crushed Raw Platinum guaranteed
Crushed Raw Platinum Crushed Raw Platinum 75%
Nugget of Experience Nugget of Experience 75%
Developer reference
Registry name
create:crushed_raw_platinum
Namespace
create
Mod ID
create
Tags (1)
create: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
}