Ender IO Custom Capacitors
Modby Zulussu
Add Custom Capacitor Tiers to EnderIO via Config or KubeJS.
Type
Mod
CurseForge Downloads
139,969
CurseForge ID
1409031
Last Updated
Sep 5, 2026
Description
Custom Capacitors
This mod comes with Tier 4/5/6 capacitors by default, including their recipes. You can also use the mod without editing anything (although that's not the intended purpose).
Add custom capacitors to EnderIO via KubeJS or Config.
Features
- Config-based capacitors - Simply edit the TOML config file to add new tiers
- KubeJS integration - Create capacitors with custom textures for modpacks.
- In-game guide - Press G on any capacitor to open the documentation (GuideME)
- Capacitor Levels - Levels can be any number like 3.5, 4.2, or 6.39, not just whole numbers.
Config Method
Your config file already contains an example as shown below.
[[capacitor]]
id = "tier4_capacitor"
name = "Tier 4 Capacitor"
level = 4
glow = false
color = "4488FF"
You can change the values and add as many capacitors as you want. Adding capacitors from the config file only supports color tinting in terms of textures. The hex code you enter will be applied to a base texture, and the texture's color will change.
Kubejs offers full custom texture capabilities.
Kubejs Method
It goes to startup_scripts.
StartupEvents.registry('item', event => { event.create('your_capacitor', 'custom_capacitors:capacitor') .displayName('Your Capacitor') .level(6) .glowing(true/false) .maxStackSize(64) .rarity('epic') .fireResistant() .texture('minecraft:item/iron_ingot') }) Level defines the capacitor's power. For comparison, Octatic is level 3. Kubejs also includes full custom texture support, unlike config.
Click here to join Discord!
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Garbage Bins
Simple garbage bins for items and fluids.
Refined Construction Sticks
Allows Construction Sticks to use items inside a Refined Storage network
So I heard you were talking crap about Minecraft's difficulty?
Basically a (hostile) mob update
Simple Parts Pack for Flan's Mod
Lots of standard parts, used by various content packs
ForgetMeChunk (Forge)
A performance mod that fix large freeze frames and fork of ForgetMeChunk mod for Minecraft Forge
Trade Uses
Shows how many times you can use a trade before restock.