Crafting using Iron Ingot, Redstone Dust and Copper Ingot, arranged in the pattern shown. Produces Cell Battery.
item· Other
Cell Battery
Cobblemon · by The Cobblemon Team
Cell Battery is a item from Cobblemon, crafted from Iron Ingot, Redstone Dust, and Copper Ingot.
Acquisition
Related items
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
}