Battery (Basic)
powah:battery_basic

Battery (Basic)

Powah · by owmii, Technici4n
item Curio

Battery (Basic) is a item from Powah, crafted from Dielectric Paste, Iron Ingot, Basic Capacitor (Large), Block of Redstone, and Battery (Starter).

Acquisition

Crafting using Dielectric Paste, Iron Ingot, Dielectric Paste, Basic Capacitor (Large), Block of Redstone, Basic Capacitor (Large), Dielectric Paste, Battery (Starter) and Dielectric Paste, arranged in the pattern shown. Produces Battery (Basic).

Crafting
Battery (Basic) Battery (Basic) guaranteed

Used in (1)

Crafting using Dielectric Paste, Energized Steel, Dielectric Paste, Hardened Capacitor, Block of Redstone, Hardened Capacitor, Dielectric Paste, Battery (Basic) and Dielectric Paste, arranged in the pattern shown. Produces Battery (Hardened).

Crafting
Battery (Hardened) Battery (Hardened) guaranteed
Developer reference
Registry name
powah:battery_basic
Namespace
powah
Mod ID
powah
Tags (1)
curios:items/curio

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "oko",
    "iri",
    "oco"
  ],
  "ingredients": {
    "c": {
      "item": "powah:battery_starter"
    },
    "i": {
      "item": "powah:capacitor_basic_large"
    },
    "k": {
      "item": "minecraft:iron_ingot"
    },
    "o": {
      "item": "powah:dielectric_paste"
    },
    "r": {
      "item": "minecraft:redstone_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}