CurseForge · Minecraft mod
Ender IO Custom Capacitors
Add Custom Capacitor Tiers to EnderIO via Config or KubeJS.
Quick answer
Which Ender IO Custom Capacitors release should I use?
Ender IO Custom Capacitors EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Ender IO Custom Capacitors required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Ender IO Custom Capacitors EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge need?
EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge. Change the file and its required mods may change too.
Install Ender IO first. We found matching files for this game-version and loader setup. 23 come through another mod in the chain.
23 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Ender IO Custom Capacitors without breaking your instance.
Built for Ender IO Custom Capacitors EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Ender IO first. We found matching files for this game-version and loader setup. 23 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge. It opens that exact file at the source.
About this project
What does Ender IO Custom Capacitors add?
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.
Project description from CurseForge.
Pick your setup
Ender IO Custom Capacitors by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Ender IO Custom Capacitors versions and loaders
EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge
custom_capacitors-1.0.0.jar
8 Jan 2026
EnderIO Custom Capacitors 1.0.0 - 1.21.1 Neoforge
custom_capacitors-1.0.0.jar
20 Dec 2025
Looking for an older file? The official CurseForge project page is in Resources.
