Molecular Assembler
16×16 · BAKED

block· Machines & Other Blocks

Molecular Assembler

block Pickaxe Mineable

Molecular Assembler is a block from Applied Energistics 2, crafted from Any Iron Ingot, Quartz Glass, Annihilation Core, Crafting Table, and Formation Core.

Acquisition

Crafting using Any Iron Ingot, Quartz Glass, Any Iron Ingot, Annihilation Core, Crafting Table, Formation Core, Any Iron Ingot, Quartz Glass and Any Iron Ingot, arranged in the pattern shown. Produces Molecular Assembler.

Crafting
Molecular Assembler Molecular Assembler guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:molecular_assembler
Namespace
ae2
Mod ID
ae2
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "cde",
    "aba"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:ingots/iron"
    },
    "b": {
      "item": "ae2:quartz_glass"
    },
    "c": {
      "item": "ae2:annihilation_core"
    },
    "d": {
      "item": "minecraft:crafting_table"
    },
    "e": {
      "item": "ae2:formation_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}