Crafting using Copper Alloy Ingot, Octadic Capacitor, Copper Alloy Ingot, Octadic Capacitor, Vibrant Crystal, Octadic Capacitor, Copper Alloy Ingot, Octadic Capacitor and Copper Alloy Ingot, arranged in the pattern shown. Produces Vibrant Capacitor Bank.
Vibrant Capacitor Bank
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Vibrant Capacitor Bank | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
enderio:vibrant_capacitor_bank- Namespace
enderio- Mod ID
enderio- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"AOA",
"OCO",
"AOA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/copper_alloy"
},
"C": {
"tag": "forge:gems/vibrant_crystal"
},
"O": {
"item": "enderio:octadic_capacitor"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"VOV",
"BCB",
"VOV"
],
"ingredients": {
"B": {
"item": "enderio:advanced_capacitor_bank"
},
"C": {
"tag": "forge:gems/vibrant_crystal"
},
"O": {
"item": "enderio:octadic_capacitor"
},
"V": {
"tag": "forge:ingots/vibrant_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}