Machine Smelter
thermal:machine_smelter

Machine Smelter

Thermal Expansion · by King Lemming
item Pickaxe MineableMachinesMachines

Acquisition

Crafting using Blast Furnace, Any Sand, Machine Frame, Any Sand, Invar Gear, Rf Coil and Invar Gear, arranged in the pattern shown. Produces Machine Smelter.

Crafting
Machine Smelter Machine Smelter guaranteed

Mining & drops

sourcecountchanceconditions
Machine Smelter1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Machine Smelter1–1100%Survives Explosion
Developer reference
Registry name
thermal:machine_smelter
Namespace
thermal
Mod ID
thermal_expansion
Tags (3)
minecraft:blocks/mineable/pickaxe
thermal:blocks/machines
thermal:items/machines

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    "YCY",
    "IPI"
  ],
  "ingredients": {
    "C": {
      "item": "thermal:machine_frame"
    },
    "I": {
      "tag": "forge:gears/invar"
    },
    "P": {
      "item": "thermal:rf_coil"
    },
    "X": {
      "item": "minecraft:blast_furnace"
    },
    "Y": {
      "tag": "forge:sand"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}