Energy Cell (Basic)
powah:energy_cell_basic

Energy Cell (Basic)

Powah · by owmii, Technici4n
block Pickaxe Mineable

Energy Cell (Basic) is a block from Powah, crafted from Iron Ingot, Basic Capacitor, and Dielectric Casing.

Acquisition

Crafting using Iron Ingot, Basic Capacitor, Iron Ingot, Basic Capacitor, Dielectric Casing, Basic Capacitor, Iron Ingot, Basic Capacitor and Iron Ingot, arranged in the pattern shown. Produces Energy Cell (Basic).

Crafting
Iron Ingot
Basic Capacitor
Iron Ingot
Basic Capacitor
Dielectric Casing
Basic Capacitor
Iron Ingot
Basic Capacitor
Iron Ingot
Energy Cell (Basic) Energy Cell (Basic) guaranteed

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Energy Cell (Starter), Dielectric Casing, Energy Cell (Starter), Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Energy Cell (Basic).

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Energy Cell (Starter)
Dielectric Casing
Energy Cell (Starter)
Iron Ingot
Iron Ingot
Iron Ingot
Energy Cell (Basic) Energy Cell (Basic) guaranteed

Mining & drops

sourcecountchanceconditions
Energy Cell (Basic)1–1100%Survives Explosion

Used in (1)

Crafting using Energized Steel, Hardened Capacitor, Energized Steel, Energy Cell (Basic), Dielectric Casing, Energy Cell (Basic), Energized Steel, Hardened Capacitor and Energized Steel, arranged in the pattern shown. Produces Energy Cell (Hardened).

Crafting
Energized Steel
Hardened Capacitor
Energized Steel
Energy Cell (Basic)
Dielectric Casing
Energy Cell (Basic)
Energized Steel
Hardened Capacitor
Energized Steel
Energy Cell (Hardened) Energy Cell (Hardened) guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ici",
    "cdc",
    "ici"
  ],
  "ingredients": {
    "c": {
      "item": "powah:capacitor_basic"
    },
    "d": {
      "item": "powah:dielectric_casing"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "iii",
    "cdc",
    "iii"
  ],
  "ingredients": {
    "c": {
      "item": "powah:energy_cell_starter"
    },
    "d": {
      "item": "powah:dielectric_casing"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}