Zinc Ingot
create:zinc_ingot

Zinc Ingot

Create · by simibubi
item Create IngotsZinc Ingot

Acquisition

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

Smelting

200 ticks· 0.1 xp

Zinc Ingot Zinc Ingot guaranteed

Crafting using Zinc Nugget, Zinc Nugget, Zinc Nugget, Zinc Nugget, Zinc Nugget, Zinc Nugget, Zinc Nugget, Zinc Nugget and Zinc Nugget, arranged in the pattern shown. Produces Zinc Ingot.

Crafting
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Nugget
Zinc Ingot Zinc Ingot guaranteed

Blasting using Any Zinc Ore (100 ticks, 1 xp). Produces Zinc Ingot.

Blasting

100 ticks· 1 xp

Zinc Ingot Zinc Ingot guaranteed

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

Crafting ⇆ any arrangement
Zinc Ingot Zinc Ingot ×9 guaranteed

Smelting using Any Zinc Ore (200 ticks, 1 xp). Produces Zinc Ingot.

Smelting

200 ticks· 1 xp

Zinc Ingot Zinc Ingot guaranteed

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

Blasting

100 ticks· 0.7 xp

Zinc Ingot Zinc Ingot guaranteed

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

Blasting

100 ticks· 0.1 xp

Zinc Ingot Zinc Ingot guaranteed

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

Smelting

200 ticks· 0.7 xp

Zinc Ingot Zinc Ingot guaranteed
Developer reference
Registry name
create:zinc_ingot
Namespace
create
Mod ID
create
Tags (2)
create:items/create_ingots
forge:items/ingots/zinc

Recipe JSON (8):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "create:crushed_raw_zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/zinc"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ores/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ores/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "create:crushed_raw_zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:raw_materials/zinc"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 200
}