Machine Crucible
thermal:machine_crucible

Machine Crucible

Thermal Expansion · by King Lemming
item Pickaxe MineableMachinesMachines

Acquisition

Crafting using Any Glass, Nether Bricks, Machine Frame, Nether Bricks, Invar Gear, Rf Coil and Invar Gear, arranged in the pattern shown. Produces Machine Crucible.

Crafting
Machine Crucible Machine Crucible guaranteed

Mining & drops

sourcecountchanceconditions
Machine Crucible1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
thermal:machine_crucible
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": {
      "tag": "forge:glass"
    },
    "Y": {
      "item": "minecraft:nether_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}