block· Machines & Other Blocks

Netherite Furnace

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

Netherite Furnace is a block from Iron Furnaces, crafted from Netherite Ingot, Magma Cream, Obsidian Furnace, and Soul Soil.

Acquisition

Crafting Shaped using Netherite Ingot, Magma Cream, Netherite Ingot, Magma Cream, Obsidian Furnace, Magma Cream, Netherite Ingot, Soul Soil and Netherite Ingot, arranged in the pattern shown. Produces Netherite Furnace.

Crafting Shaped
Netherite Furnace guaranteed

Mining & drops

sourcecountdrop rateconditions
Netherite 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

Crafting Shaped using Red Stained Glass, Orange Stained Glass, Yellow Stained Glass, Netherite Furnace, Green Stained Glass, Netherite Furnace, Blue Stained Glass, Purple Stained Glass and Magenta Stained Glass, arranged in the pattern shown. Produces Rainbow Core.

Crafting Shaped conditional

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "N#N",
    "#X#",
    "NSN"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:magma_cream"
    },
    "N": {
      "item": "minecraft:netherite_ingot"
    },
    "S": {
      "tag": "minecraft:soul_fire_base_blocks"
    },
    "X": {
      "tag": "forge:furnaces/obsidian"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}