block· Machines & Other Blocks

Cell Workbench

block Pickaxe Mineable

Cell Workbench is a block from Applied Energistics 2, crafted from Light Blue Wool, Calculation Processor, Any Iron Ingot, and Acacia Chest.

Acquisition

Crafting using Light Blue Wool, Calculation Processor, Light Blue Wool, Any Iron Ingot, Acacia Chest, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Cell Workbench.

Crafting
Cell Workbench guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "cdc",
    "ccc"
  ],
  "ingredients": {
    "a": {
      "tag": "minecraft:wool"
    },
    "b": {
      "item": "ae2:calculation_processor"
    },
    "c": {
      "tag": "forge:ingots/iron"
    },
    "d": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}