block· Machines & Other Blocks

Copper Furnace

Iron Furnaces · by Qelifern (pizzaatime), XenoMustache, BOLT_M4G1C
block Copper FurnaceFurnacesPickaxe Mineable

Copper Furnace is a block from Iron Furnaces, crafted from Copper Ingot and Furnace.

Acquisition

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

Crafting Shaped conditional
Copper Furnace guaranteed

Mining & drops

sourcecountdrop rateconditions
Copper Furnace1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Block drops

Drops itself when broken.

Developer reference
Registry name
ironfurnaces:copper_furnace
Namespace
ironfurnaces
Mod ID
ironfurnaces
Tags (3)
forge:items/furnaces/copper
forge:items/furnaces
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/copper"
    },
    "X": {
      "item": "minecraft:furnace"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/copper",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}