Zinc Ingot
techreborn:zinc_ingot

Zinc Ingot

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item Zinc IngotsIngots

Acquisition

Blasting using Zinc Dust (100 ticks, 0.5 xp). Produces Zinc Ingot.

Blasting

100 ticks· 0.5 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 Zinc Dust (200 ticks, 0.5 xp). Produces Zinc Ingot.

Smelting

200 ticks· 0.5 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, in any arrangement. Produces Zinc Ingot.

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

Used in (2)

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

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

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

Crafting ⇆ any arrangement
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Zinc Ingot
Block of Zinc guaranteed
Developer reference
Registry name
techreborn:zinc_ingot
Namespace
techreborn
Mod ID
techreborn
Tags (2)
c:items/zinc_ingots
techreborn:items/ingots

Recipe JSON (4):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "c:zinc_dusts"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:zinc_storage_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "c:zinc_dusts"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    },
    {
      "item": "techreborn:zinc_nugget"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}