block· Machines & Other Blocks

ME Interface

block InterfacePickaxe Mineable

ME Interface is a block from Applied Energistics 2, crafted from ME Interface.

Acquisition

Crafting using ME Interface, in any arrangement. Produces ME Interface.

Crafting ⇆ any arrangement
ME Interface
ME Interface guaranteed

Crafting using Any Iron Ingot, Black Framed Glass, Any Iron Ingot, Annihilation Core, Formation Core, Any Iron Ingot, Black Framed Glass and Any Iron Ingot, arranged in the pattern shown. Produces ME Interface.

Crafting
ME Interface guaranteed

Used in

Crafting using ME Interface, in any arrangement. Produces ME Interface.

Crafting ⇆ any arrangement
ME Interface ME Interface guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:interface
Namespace
ae2
Mod ID
ae2
Tags (2)
ae2:items/interface
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

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