block· Machines & Other Blocks

Spatial IO Port

block Pickaxe Mineable

Spatial IO Port is a block from Applied Energistics 2, crafted from Black Framed Glass, Fluix ME Glass Cable, ME IO Port, Any Iron Ingot, and Engineering Processor.

Acquisition

Crafting using Black Framed Glass, Black Framed Glass, Black Framed Glass, Fluix ME Glass Cable, ME IO Port, Fluix ME Glass Cable, Any Iron Ingot, Engineering Processor and Any Iron Ingot, arranged in the pattern shown. Produces Spatial IO Port.

Crafting
Spatial IO Port guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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