Pyrite Dust
techreborn:pyrite_dust

Pyrite Dust

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

Acquisition

Centrifuge using Redstone Dust and Empty Cell. Produces 3× Ruby Dust and 3× Empty Cell and 10× Empty Cell and 16× Pyrite Dust.

Centrifuge
Ruby Dust Ruby Dust ×3 guaranteed
Empty Cell Empty Cell ×3 guaranteed
Empty Cell Empty Cell ×10 guaranteed
Pyrite Dust Pyrite Dust ×16 guaranteed

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

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

Scrapbox using Scrap Box. Produces Pyrite Dust.

Scrapbox
Pyrite Dust Pyrite Dust guaranteed

Grinder using Pyrite Ore. Produces 2× Pyrite Dust.

Grinder
Pyrite Dust Pyrite Dust ×2 guaranteed

Industrial Grinder using Pyrite Ore. Produces 5× Pyrite Dust and 2× Sulfur Dust.

Industrial Grinder
Pyrite Dust Pyrite Dust ×5 guaranteed
Sulfur Dust Sulfur Dust ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Pyrite Ore1–1100%Fortune increases drop count

Used in (2)

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

Crafting ⇆ any arrangement
Pyrite Dust
Small Pile of Pyrite Dust Small Pile of Pyrite Dust ×4 guaranteed
Developer reference
Registry name
techreborn:pyrite_dust
Namespace
techreborn
Mod ID
techreborn
Tags (2)
c:items/pyrite_dusts
techreborn:items/dusts

Recipe JSON (5):

{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:redstone"
    },
    {
      "item": "techreborn:cell"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:pyrite_small_dust"
    },
    {
      "item": "techreborn:pyrite_small_dust"
    },
    {
      "item": "techreborn:pyrite_small_dust"
    },
    {
      "item": "techreborn:pyrite_small_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": "techreborn:grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:pyrite_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:pyrite_ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}