Machine Press
thermal:machine_press

Machine Press

Thermal Expansion · by King Lemming
item Pickaxe MineableMachinesMachines

Acquisition

Crafting using Any Iron Storage Block, Any Bronze Ingot, Machine Frame, Any Bronze Ingot, Constantan Gear, Rf Coil and Constantan Gear, arranged in the pattern shown. Produces Machine Press.

Crafting
Any Iron Storage Block
Any Bronze Ingot
Machine Frame
Any Bronze Ingot
Constantan Gear
Rf Coil
Constantan Gear
Machine Press Machine Press guaranteed

Mining & drops

sourcecountchanceconditions
Machine Press1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Machine Press1–1100%Survives Explosion
Developer reference
Registry name
thermal:machine_press
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/constantan"
    },
    "P": {
      "item": "thermal:rf_coil"
    },
    "X": {
      "tag": "forge:storage_blocks/iron"
    },
    "Y": {
      "tag": "forge:ingots/bronze"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}