Crushed Raw Gold
create:crushed_raw_gold

Crushed Raw Gold

Create · by simibubi
item Crushed Raw MaterialsPiglin Loved

Acquisition

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

Crushing
Any Gold Raw Material Any Gold Raw Material·members not yet documented

400 ticks

Nugget of Experience Nugget of Experience ×2 75%
Crushed Raw Gold Crushed Raw Gold guaranteed

Crushing using Ochrum (250 ticks). Produces Electrum Nugget and Crushed Raw Gold and Gold Nugget.

Crushing

250 ticks

Electrum Nugget Electrum Nugget 20%
Crushed Raw Gold Crushed Raw Gold 20%
Gold Nugget Gold Nugget 20%

Crushing using Any Ochrum Stone Type (250 ticks). Produces Crushed Raw Gold and Gold Nugget.

Crushing
Crushed Raw Gold Crushed Raw Gold 20%
Gold Nugget Gold Nugget 20%

Sequenced Assembly: Start with Incomplete Precision Mechanism, carried through each pass. process 5× through: Deploying with Cogwheel; then Deploying with Large Cogwheel; then Deploying with Any Iron Nugget. Most likely produces Precision Mechanism (81% chance), with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 5×:

  1. Deploying + Cogwheel
  2. Deploying + Large Cogwheel
  3. Deploying + Any Iron Nugget
Precision Mechanism
Precision Mechanism success 81%

Scrap pool (partial-failure outcomes):

Andesite Alloy Andesite Alloy 5%
Golden Sheet Golden Sheet 5%
Cogwheel Cogwheel 3%
Gold Nugget Gold Nugget 2%
Crushed Raw Gold Crushed Raw Gold 1%
Shaft Shaft 1%
Iron Ingot Iron Ingot
Clock Clock

Crushing using Gold Ore (250 ticks). Produces Cobblestone and Crushed Raw Gold and 2× Nugget of Experience and Crushed Raw Gold.

Crushing

250 ticks

Cobblestone 13%
Crushed Raw Gold Crushed Raw Gold 75%
Nugget of Experience Nugget of Experience ×2 75%
Crushed Raw Gold Crushed Raw Gold guaranteed

Crushing using Venus Gold Ore (250 ticks). Produces Crushed Raw Gold and Venus Cobblestone and Crushed Raw Gold and 2× Nugget of Experience.

Crushing conditional

250 ticks

Crushed Raw Gold Crushed Raw Gold guaranteed
Venus Cobblestone 13%
Crushed Raw Gold Crushed Raw Gold 75%
Nugget of Experience Nugget of Experience ×2 75%

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

Crushing
Any Raw Gold Storage Block Any Raw Gold Storage Block·members not yet documented

400 ticks

Crushed Raw Gold Crushed Raw Gold ×9 guaranteed
Nugget of Experience Nugget of Experience ×18 75%

Crushing using Ochrum (250 ticks). Produces Crushed Raw Gold and Gold Nugget.

Crushing

250 ticks

Crushed Raw Gold Crushed Raw Gold 20%
Gold Nugget Gold Nugget 20%

Crushing using Deepslate Gold Ore (350 ticks). Produces Crushed Raw Gold and Cobbled Deepslate and 2× Nugget of Experience and 2× Crushed Raw Gold.

Crushing
Crushed Raw Gold Crushed Raw Gold 25%
Cobbled Deepslate 13%
Nugget of Experience Nugget of Experience ×2 75%
Crushed Raw Gold Crushed Raw Gold ×2 guaranteed

Crushing using Any Ochrum Stone Type (250 ticks). Produces Electrum Nugget and Crushed Raw Gold and Gold Nugget.

Crushing
Electrum Nugget Electrum Nugget 20%
Crushed Raw Gold Crushed Raw Gold 20%
Gold Nugget Gold Nugget 20%

Used in (3)

Splashing using Crushed Raw Gold. Produces Nether Quartz and 9× Gold Nugget.

Splashing
Nether Quartz Nether Quartz 50%
Gold Nugget Gold Nugget ×9 guaranteed

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

Blasting

100 ticks· 0.1 xp

Gold Ingot Gold Ingot guaranteed

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

Smelting

200 ticks· 0.1 xp

Gold Ingot Gold Ingot guaranteed
Developer reference
Registry name
create:crushed_raw_gold
Namespace
create
Mod ID
create
Tags (2)
create:items/crushed_raw_materials
minecraft:items/piglin_loved

Recipe JSON (10):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/gold"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "create:ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "tag": "forge:plates/gold"
  },
  "conditions": [],
  "sequence": {
    "loops": 5,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "item": "create:cogwheel"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "item": "create:large_cogwheel"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "create:incomplete_precision_mechanism",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "create:incomplete_precision_mechanism"
          },
          {
            "tag": "forge:nuggets/iron"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:gold_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:venus_gold_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/raw_gold"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "create:ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:deepslate_gold_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}