Ender Cell (Basic)
powah:ender_cell_basic

Ender Cell (Basic)

Powah · by owmii, Technici4n
block Pickaxe Mineable

Ender Cell (Basic) is a block from Powah, crafted from Obsidian, Iron Ingot, and Ender Core.

Acquisition

Crafting using Obsidian, Iron Ingot, Obsidian, Iron Ingot, Ender Core, Iron Ingot, Obsidian, Iron Ingot and Obsidian, arranged in the pattern shown. Produces Ender Cell (Basic).

Crafting
Ender Cell (Basic) Ender Cell (Basic) guaranteed

Crafting using Ender Cell (Basic), in any arrangement. Produces Ender Cell (Basic).

Crafting ⇆ any arrangement
Ender Cell (Basic)
Ender Cell (Basic) Ender Cell (Basic) guaranteed

Mining & drops

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

Used in (1)

Crafting using Ender Cell (Basic), in any arrangement. Produces Ender Cell (Basic).

Crafting ⇆ any arrangement
Ender Cell (Basic)
Ender Cell (Basic) Ender Cell (Basic) guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "oio",
    "ici",
    "oio"
  ],
  "ingredients": {
    "c": {
      "item": "powah:ender_core"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    },
    "o": {
      "item": "minecraft:obsidian"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "powah:ender_cell_basic"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}