256k ME Fluid Storage Cell
16×16 · BAKED

item· Other

256k ME Fluid Storage Cell

item

256k ME Fluid Storage Cell is an item from Applied Energistics 2, crafted from Quartz Glass, Any Redstone Dust, 256k ME Storage Component, and Copper Ingot.

Acquisition

Crafting using Quartz Glass, Any Redstone Dust, Quartz Glass, Any Redstone Dust, 256k ME Storage Component, Any Redstone Dust, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces 256k ME Fluid Storage Cell.

Crafting
Quartz Glass
Any Redstone Dust
Quartz Glass
Any Redstone Dust
256k ME Storage Component
Any Redstone Dust
Copper Ingot
Copper Ingot
Copper Ingot
256k ME Fluid Storage Cell 256k ME Fluid Storage Cell guaranteed

Crafting using ME Fluid Cell Housing and 256k ME Storage Component, in any arrangement. Produces 256k ME Fluid Storage Cell.

Crafting ⇆ any arrangement
ME Fluid Cell Housing
256k ME Storage Component
256k ME Fluid Storage Cell 256k ME Fluid Storage Cell guaranteed
Developer reference
Registry name
ae2:fluid_storage_cell_256k
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_256k"
    },
    "d": {
      "tag": "forge:ingots/copper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "ae2:fluid_cell_housing"
    },
    {
      "item": "ae2:cell_component_256k"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}