Crafting using Energetic Alloy Ingot, Energetic Alloy Ingot, Energetic Alloy Ingot, Basic Capacitor Bank, Double Layer Capacitor, Basic Capacitor Bank, Energetic Alloy Ingot, Energetic Alloy Ingot and Energetic Alloy Ingot, arranged in the pattern shown. Produces Advanced Capacitor Bank.
Advanced Capacitor Bank
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
Crafting using Copper Alloy Ingot, Double Layer Capacitor, Copper Alloy Ingot, Double Layer Capacitor, Any Redstone Storage Block, Double Layer Capacitor, Copper Alloy Ingot, Double Layer Capacitor and Copper Alloy Ingot, arranged in the pattern shown. Produces Advanced Capacitor Bank.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Advanced Capacitor Bank | 1–1 | 100% | — |
Used in (1)
Crafting using Vibrant Alloy Ingot, Octadic Capacitor, Vibrant Alloy Ingot, Advanced Capacitor Bank, Vibrant Crystal, Advanced Capacitor Bank, Vibrant Alloy Ingot, Octadic Capacitor and Vibrant Alloy Ingot, arranged in the pattern shown. Produces Vibrant Capacitor Bank.
Block drops
Drops itself when broken.
Developer reference
- Registry name
enderio:advanced_capacitor_bank- Namespace
enderio- Mod ID
enderio- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"EEE",
"BCB",
"EEE"
],
"ingredients": {
"B": {
"item": "enderio:basic_capacitor_bank"
},
"C": {
"item": "enderio:double_layer_capacitor"
},
"E": {
"tag": "forge:ingots/energetic_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ACA",
"CRC",
"ACA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/copper_alloy"
},
"C": {
"item": "enderio:double_layer_capacitor"
},
"R": {
"tag": "forge:storage_blocks/redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}