block· Machines & Other Blocks

ME Chest

block Pickaxe Mineable

ME Chest is a block from Applied Energistics 2, crafted from Black Framed Glass, ME Terminal, Fluix ME Glass Cable, Any Iron Ingot, and Copper Ingot.

Acquisition

Crafting using Black Framed Glass, ME Terminal, Black Framed Glass, Fluix ME Glass Cable, Fluix ME Glass Cable, Any Iron Ingot, Copper Ingot and Any Iron Ingot, arranged in the pattern shown. Produces ME Chest.

Crafting
ME Chest guaranteed

Used in

view all 10 →

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "c c",
    "ded"
  ],
  "ingredients": {
    "a": {
      "tag": "forge:glass"
    },
    "b": {
      "item": "ae2:terminal"
    },
    "c": {
      "item": "ae2:fluix_glass_cable"
    },
    "d": {
      "tag": "forge:ingots/iron"
    },
    "e": {
      "tag": "forge:ingots/copper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}