block· Machines & Other Blocks

Allthemodium Furnace

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

Allthemodium Furnace is a block from Iron Furnaces, crafted from Any Allthemodium Storage Block, Any Allthemodium Ingot, and Netherite Furnace.

Acquisition

Crafting Shaped using Any Allthemodium Storage Block, Any Allthemodium Ingot, Any Allthemodium Storage Block, Any Allthemodium Ingot, Netherite Furnace, Any Allthemodium Ingot, Any Allthemodium Storage Block, Any Allthemodium Ingot and Any Allthemodium Storage Block, arranged in the pattern shown. Produces Allthemodium Furnace.

Crafting Shaped conditional
  • Inputs
  • 4 × Any Allthemodium Storage Block
  • 4 × Any Allthemodium Ingot
  • Netherite Furnace
  • Output
  • Allthemodium Furnace
Allthemodium Furnace guaranteed

Mining & drops

sourcecountdrop rateconditions
Allthemodium 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.

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "crafting_shaped",
  "pattern": [
    "B#B",
    "#X#",
    "B#B"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/allthemodium"
    },
    "B": {
      "tag": "forge:storage_blocks/allthemodium"
    },
    "X": {
      "tag": "forge:furnaces/netherite"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "allthemodium"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}