ME Quantum Ring

block· Machines & Other Blocks

ME Quantum Ring

block Pickaxe Mineable

ME Quantum Ring is a block from Applied Energistics 2, crafted from Any Iron Ingot, Logic Processor, Engineering Processor, Energy Cell, and Orange ME Dense Smart Cable.

Acquisition

Block drops

Drops itself when broken.

Developer reference
Registry name
ae2:quantum_ring
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:logic_processor"
    },
    "c": {
      "item": "ae2:engineering_processor"
    },
    "d": {
      "item": "ae2:energy_cell"
    },
    "e": {
      "tag": "ae2:smart_dense_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}