Crushed Raw Zinc
create:crushed_raw_zinc

Crushed Raw Zinc

Create · by simibubi
item Crushed Raw Materials

Acquisition

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

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

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 Block of Raw Zinc (400 ticks). Produces 9× Nugget of Experience and 9× Crushed Raw Zinc.

Crushing
Nugget of Experience Nugget of Experience ×9 75%
Crushed Raw Zinc Crushed Raw Zinc ×9 guaranteed

Crushing using Raw Zinc (400 ticks). Produces Nugget of Experience and Crushed Raw Zinc.

Crushing

400 ticks

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

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

Crushing

250 ticks

Crushed Raw Zinc Crushed Raw Zinc guaranteed
Nugget of Experience Nugget of Experience 75%
Cobblestone 13%
Crushed Raw Zinc Crushed Raw Zinc 75%

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%

Used in (3)

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

Smelting

200 ticks· 0.1 xp

Zinc Ingot Zinc Ingot guaranteed

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

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

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

Blasting

100 ticks· 0.1 xp

Zinc Ingot Zinc Ingot guaranteed
Developer reference
Registry name
create:crushed_raw_zinc
Namespace
create
Mod ID
create
Tags (1)
create:items/crushed_raw_materials

Recipe JSON (6):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "create:deepslate_zinc_ore"
  },
  "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": {
    "tag": "forge:storage_blocks/raw_zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 400
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "create:zinc_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/asurine"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 250
}