16k ME Item Storage Cell
16×16 · BAKED

item· Other

16k ME Item Storage Cell

item

16k ME Item Storage Cell is an item from Applied Energistics 2, crafted from Quartz Glass, Any Redstone Dust, 16k ME Storage Component, and Any Iron Ingot.

Acquisition

Crafting using Quartz Glass, Any Redstone Dust, Quartz Glass, Any Redstone Dust, 16k ME Storage Component, Any Redstone Dust, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces 16k ME Item Storage Cell.

Crafting
Quartz Glass
Any Redstone Dust
Quartz Glass
Any Redstone Dust
16k ME Storage Component
Any Redstone Dust
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
16k ME Item Storage Cell 16k ME Item Storage Cell guaranteed

Crafting using 16k ME Storage Component and ME Item Cell Housing, in any arrangement. Produces 16k ME Item Storage Cell.

Crafting ⇆ any arrangement
16k ME Storage Component
ME Item Cell Housing
16k ME Item Storage Cell 16k ME Item Storage Cell guaranteed
Developer reference
Registry name
ae2:item_storage_cell_16k
Namespace
ae2
Mod ID
ae2

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "aba",
    "bcb",
    "ddd"
  ],
  "ingredients": {
    "a": {
      "item": "ae2:quartz_glass"
    },
    "b": {
      "tag": "forge:dusts/redstone"
    },
    "c": {
      "item": "ae2:cell_component_16k"
    },
    "d": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "ae2:cell_component_16k"
    },
    {
      "item": "ae2:item_cell_housing"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}