Tin Nugget
techreborn:tin_nugget

Tin Nugget

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

Acquisition

Centrifuge using Bronze Dust. Produces 27× Copper Nugget and 9× Tin Nugget.

Centrifuge
Copper Nugget Copper Nugget ×27 guaranteed
Tin Nugget Tin Nugget ×9 guaranteed

Scrapbox using Scrap Box. Produces Tin Nugget.

Scrapbox
Tin Nugget Tin Nugget guaranteed

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

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

Centrifuge using Raw Iron. Produces 3× Tin Nugget and 3× Nickel Nugget.

Centrifuge
Tin Nugget Tin Nugget ×3 guaranteed
Nickel Nugget Nickel Nugget ×3 guaranteed

Centrifuge using Zinc Dust. Produces 3× Tin Nugget.

Centrifuge
Tin Nugget Tin Nugget ×3 guaranteed

Industrial Grinder using Any Iron Ores. Produces 3× Raw Iron and 3× Nickel Nugget and 3× Tin Nugget.

Industrial Grinder
Raw Iron Raw Iron ×3 guaranteed
Nickel Nugget Nickel Nugget ×3 guaranteed
Tin Nugget Tin Nugget ×3 guaranteed

Used in (1)

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
Developer reference
Registry name
techreborn:tin_nugget
Namespace
techreborn
Mod ID
techreborn
Tags (2)
c:items/tin_nuggets
techreborn:items/nuggets

Recipe JSON (6):

{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:bronze_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:tin_ingot"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:raw_iron"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": {
    "tag": "c:zinc_dusts"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:iron_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}