Cell Battery
16×16 · BAKED

item· Other

Cell Battery

Cobblemon · by The Cobblemon Team
item Is Held Item Held

Cell Battery is a item from Cobblemon, crafted from Iron Ingot, Redstone Dust, and Copper Ingot.

Acquisition

Crafting using Iron Ingot, Redstone Dust and Copper Ingot, arranged in the pattern shown. Produces Cell Battery.

Crafting
Iron Ingot
Redstone Dust
Copper Ingot
Cell Battery Cell Battery guaranteed
Developer reference
Registry name
cobblemon:cell_battery
Namespace
cobblemon
Mod ID
cobblemon
Tags (1)
cobblemon:items/held/is_held_item

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I",
    "R",
    "C"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:copper_ingot"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}