block· Machines & Other Blocks

Spatial Anchor

block Pickaxe Mineable

Spatial Anchor is a block from Applied Energistics 2, crafted from Spatial Pylon, Fluix ME Glass Cable, 128³ Spatial Component, Any Iron Ingot, and Engineering Processor.

Acquisition

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:spatial_anchor
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": {
      "item": "ae2:spatial_pylon"
    },
    "b": {
      "item": "ae2:fluix_glass_cable"
    },
    "c": {
      "item": "ae2:spatial_cell_component_128"
    },
    "d": {
      "tag": "forge:ingots/iron"
    },
    "e": {
      "item": "ae2:engineering_processor"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}