Zinc Nugget
create:zinc_nugget

Zinc Nugget

Create · by simibubi
item Zinc NuggetNuggets

Acquisition

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

Crafting ⇆ any arrangement
Zinc Ingot
Zinc Nugget Zinc Nugget ×9 guaranteed

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 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%

Crushing using Asurine (250 ticks). Produces Crushed Raw Zinc and Zinc Nugget.

Crushing

250 ticks

Crushed Raw Zinc Crushed Raw Zinc 30%
Zinc Nugget Zinc Nugget 30%

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

Crushing

350 ticks

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

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

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

Splashing using Crushed Raw Zinc. Produces 9× Zinc Nugget and Gunpowder.

Splashing
Zinc Nugget Zinc Nugget ×9 guaranteed
Gunpowder Gunpowder 25%

Crushing using Any Asurine Stone Type (250 ticks). Produces Zinc Nugget and Crushed Raw Zinc.

Crushing
Zinc Nugget Zinc Nugget 30%
Crushed Raw Zinc Crushed Raw Zinc 30%
Developer reference
Registry name
create:zinc_nugget
Namespace
create
Mod ID
create
Tags (2)
forge:items/nuggets/zinc
forge:items/nuggets

Recipe JSON (8):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "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": {
    "tag": "create:stone_types/tuff"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "create:asurine"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "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": {
    "tag": "create:stone_types/tuff"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 350
}
{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "item": "create:crushed_raw_zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/asurine"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}