Nickel Dust
techreborn:nickel_dust

Nickel Dust

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item Nickel DustsDusts

Acquisition

Scrapbox using Scrap Box. Produces Nickel Dust.

Scrapbox
Nickel Dust Nickel Dust guaranteed

Crafting using Small Pile of Nickel Dust, Small Pile of Nickel Dust, Small Pile of Nickel Dust and Small Pile of Nickel Dust, in any arrangement. Produces Nickel Dust.

Crafting ⇆ any arrangement
Small Pile of Nickel Dust
Small Pile of Nickel Dust
Small Pile of Nickel Dust
Small Pile of Nickel Dust
Nickel Dust Nickel Dust guaranteed

Industrial Grinder using Any Gold Ores. Produces Raw Copper and 2× Raw Gold and Nickel Dust.

Industrial Grinder
Raw Copper Raw Copper guaranteed
Raw Gold Raw Gold ×2 guaranteed
Nickel Dust Nickel Dust guaranteed

Industrial Grinder using Any Sheldonite Ores. Produces Nickel Dust and 2× Iridium Nugget and 2× Platinum Dust.

Industrial Grinder
Nickel Dust Nickel Dust guaranteed
Iridium Nugget Iridium Nugget ×2 guaranteed
Platinum Dust Platinum Dust ×2 guaranteed

Industrial Grinder using Any Copper Ores. Produces Nickel Dust and Raw Gold and 2× Raw Copper.

Industrial Grinder
Nickel Dust Nickel Dust guaranteed
Raw Gold Raw Gold guaranteed
Raw Copper Raw Copper ×2 guaranteed

Industrial Grinder using Any Sheldonite Ores. Produces 3× Platinum Dust and 2× Iridium Nugget and Nickel Dust.

Industrial Grinder
Platinum Dust Platinum Dust ×3 guaranteed
Iridium Nugget Iridium Nugget ×2 guaranteed
Nickel Dust Nickel Dust guaranteed

Used in (2)

Crafting using Nickel Dust, in any arrangement. Produces 4× Small Pile of Nickel Dust.

Crafting ⇆ any arrangement
Nickel Dust
Small Pile of Nickel Dust Small Pile of Nickel Dust ×4 guaranteed

Centrifuge using Nickel Dust. Produces 3× Copper Nugget and 3× Gold Nugget and 3× Iron Nugget.

Centrifuge
Copper Nugget Copper Nugget ×3 guaranteed
Gold Nugget Gold Nugget ×3 guaranteed
Iron Nugget Iron Nugget ×3 guaranteed
Developer reference
Registry name
techreborn:nickel_dust
Namespace
techreborn
Mod ID
techreborn
Tags (2)
c:items/nickel_dusts
techreborn:items/dusts

Recipe JSON (8):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:nickel_blocks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:nickel_small_dust"
    },
    {
      "item": "techreborn:nickel_small_dust"
    },
    {
      "item": "techreborn:nickel_small_dust"
    },
    {
      "item": "techreborn:nickel_small_dust"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:nickel_ingots"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:gold_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:sheldonite_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:copper_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:sheldonite_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}