Raw Iron
minecraft:raw_iron

Raw Iron

Minecraft · by Mojang Studios
item

Acquisition

Industrial Electrolyzer using Andradite Dust and Empty Cell. Produces 2× Raw Iron and 3× Empty Cell and 6× Empty Cell and 3× Empty Cell.

Industrial Electrolyzer
Raw Iron Raw Iron ×2 guaranteed
Empty Cell Empty Cell ×3 guaranteed
Empty Cell Empty Cell ×6 guaranteed
Empty Cell Empty Cell ×3 guaranteed

Industrial Electrolyzer using Almandine Dust and Empty Cell. Produces 3× Empty Cell and 6× Empty Cell and 2× Aluminium Dust and 3× Raw Iron.

Industrial Electrolyzer
Empty Cell Empty Cell ×3 guaranteed
Empty Cell Empty Cell ×6 guaranteed
Aluminium Dust Aluminium Dust ×2 guaranteed
Raw Iron Raw Iron ×3 guaranteed

Industrial Electrolyzer using Peridot Dust and Empty Cell. Produces 2× Magnesium Dust and Empty Cell and 2× Empty Cell and 2× Raw Iron.

Industrial Electrolyzer
Magnesium Dust Magnesium Dust ×2 guaranteed
Empty Cell Empty Cell guaranteed
Empty Cell Empty Cell ×2 guaranteed
Raw Iron Raw Iron ×2 guaranteed

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

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

Industrial Grinder using Any Tin Ores. Produces 2× Raw Tin and Zinc Dust and Raw Iron.

Industrial Grinder
Raw Tin Raw Tin ×2 guaranteed
Zinc Dust Zinc Dust guaranteed
Raw Iron Raw Iron guaranteed

Scrapbox using Scrap Box. Produces Raw Iron.

Scrapbox
Raw Iron Raw Iron guaranteed

Crafting using Block of Raw Iron, in any arrangement. Produces 9× Raw Iron.

Crafting ⇆ any arrangement
Raw Iron Raw Iron ×9 guaranteed

Mining & drops

sourcecountchanceconditions
Deepslate Iron Ore1–1100%Fortune increases drop count
Iron Ore1–1100%Fortune increases drop count

Used in (3)

Crafting using Raw Iron, Raw Iron, Raw Iron, Raw Iron, Raw Iron, Raw Iron, Raw Iron, Raw Iron and Raw Iron, arranged in the pattern shown. Produces Block of Raw Iron.

Crafting
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Raw Iron
Block of Raw Iron guaranteed

Smelting using Raw Iron (200 ticks, 0.7 xp). Produces Iron Ingot.

Smelting

200 ticks· 0.7 xp

Iron Ingot Iron Ingot guaranteed

Blasting using Raw Iron (100 ticks, 0.7 xp). Produces Iron Ingot.

Blasting

100 ticks· 0.7 xp

Iron Ingot Iron Ingot guaranteed
Developer reference
Registry name
minecraft:raw_iron
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (9):

{
  "recipe_type": "techreborn:industrial_electrolyzer",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:pyrite_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_electrolyzer",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:andradite_dust"
    },
    {
      "item": "techreborn:cell"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_electrolyzer",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:almandine_dust"
    },
    {
      "item": "techreborn:cell"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:industrial_electrolyzer",
  "pattern": null,
  "ingredients": [
    {
      "tag": "c:peridot_dusts"
    },
    {
      "item": "techreborn:cell"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:iron_ores"
  },
  "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
}
{
  "recipe_type": "techreborn:industrial_grinder",
  "pattern": null,
  "ingredients": {
    "tag": "c:tin_ores"
  },
  "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": "minecraft:raw_iron_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}