Machine Crafter
thermal:machine_crafter

Machine Crafter

Thermal Expansion · by King Lemming
item Pickaxe MineableMachinesMachines

Acquisition

Crafting using Crafting Table, Any Tin Ingot, Machine Frame, Any Tin Ingot, Any Copper Gear, Rf Coil and Any Copper Gear, arranged in the pattern shown. Produces Machine Crafter.

Crafting
Machine Crafter Machine Crafter guaranteed

Mining & drops

sourcecountchanceconditions
Machine Crafter1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
thermal:machine_crafter
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/copper"
    },
    "P": {
      "item": "thermal:rf_coil"
    },
    "X": {
      "item": "minecraft:crafting_table"
    },
    "Y": {
      "tag": "forge:ingots/tin"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}