Tin Ingot
techreborn:tin_ingot

Tin Ingot

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

Acquisition

Blasting using Any Tin Ores (100 ticks, 0.5 xp). Produces Tin Ingot.

Blasting

100 ticks· 0.5 xp

Tin Ingot Tin Ingot guaranteed

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

Crafting ⇆ any arrangement
Tin Ingot Tin Ingot ×9 guaranteed

Smelting using Any Tin Ores (200 ticks, 0.5 xp). Produces Tin Ingot.

Smelting

200 ticks· 0.5 xp

Tin Ingot Tin Ingot guaranteed

Crafting using Tin Nugget, Tin Nugget, Tin Nugget, Tin Nugget, Tin Nugget, Tin Nugget, Tin Nugget, Tin Nugget and Tin Nugget, in any arrangement. Produces Tin Ingot.

Crafting ⇆ any arrangement
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Nugget
Tin Ingot Tin Ingot guaranteed

Smelting using Raw Tin (200 ticks, 0.5 xp). Produces Tin Ingot.

Smelting

200 ticks· 0.5 xp

Tin Ingot Tin Ingot guaranteed

Blasting using Raw Tin (100 ticks, 0.5 xp). Produces Tin Ingot.

Blasting

100 ticks· 0.5 xp

Tin Ingot Tin Ingot guaranteed

Used in (2)

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

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

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

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

Recipe JSON (6):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "c:tin_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:tin_storage_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "c:tin_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    },
    {
      "item": "techreborn:tin_nugget"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "c:raw_tin_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "c:raw_tin_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.5,
  "cooking_time": 100
}