techreborn:iron_furnace

Iron Furnace

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Iron Furnace.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Ingot
Iron Furnace guaranteed

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Furnace and Iron Ingot, arranged in the pattern shown. Produces Iron Furnace.

Crafting
Iron Furnace guaranteed

Mining & drops

sourcecountchanceconditions
Iron Furnace1–1100%Survives Explosion

Used in (2)

Crafting using Electronic Circuit, Redstone Dust, Iron Furnace and Redstone Dust, arranged in the pattern shown. Produces Electric Furnace.

Crafting
Electric Furnace guaranteed

Crafting using Refined Iron Ingot, Refined Iron Ingot, Refined Iron Ingot, Iron Furnace, Iron Furnace, Refined Iron Ingot, Refined Iron Ingot and Refined Iron Ingot, arranged in the pattern shown. Produces Iron Alloy Furnace.

Crafting
Iron Alloy Furnace guaranteed

Block drops

dropscountchanceconditions
Iron Furnace1–1100%Survives Explosion
Developer reference
Registry name
techreborn:iron_furnace
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "I I",
    "III"
  ],
  "ingredients": {
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "iron_furnace",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "I I",
    "IFI"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:furnace"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "iron_furnace",
  "experience": null,
  "cooking_time": null
}