Electrum Nugget
createaddition:electrum_nugget

Electrum Nugget

item Electrum NuggetNuggets

Acquisition

Crushing using Tuff (350 ticks). Produces Flint and Zinc Nugget and Iron Nugget and Electrum Nugget and Copper Nugget and Gold Nugget.

Crushing

350 ticks

Flint Flint 25%
Zinc Nugget Zinc Nugget 10%
Iron Nugget Iron Nugget 10%
Electrum Nugget Electrum Nugget 10%
Copper Nugget Copper Nugget 10%
Gold Nugget Gold Nugget 10%

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 Tuff Stone Type (350 ticks). Produces Zinc Nugget and Iron Nugget and Flint and Gold Nugget and Copper Nugget and Electrum Nugget.

Crushing
Zinc Nugget Zinc Nugget 10%
Iron Nugget Iron Nugget 10%
Flint Flint 25%
Gold Nugget Gold Nugget 10%
Copper Nugget Copper Nugget 10%
Electrum Nugget Electrum Nugget 10%

Crafting using Electrum Ingot, in any arrangement. Produces 9× Electrum Nugget.

Crafting ⇆ any arrangement
Electrum Ingot
Electrum Nugget Electrum Nugget ×9 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%
Developer reference
Registry name
createaddition:electrum_nugget
Namespace
createaddition
Mod ID
createaddition
Tags (2)
forge:items/nuggets/electrum
forge:items/nuggets

Recipe JSON (5):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:tuff"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "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/tuff"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "createaddition:electrum_ingot"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/ochrum"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}