Ender IO Custom Capacitors Mod (1.21.1, 1.20.1) – Adds Custom Capacitor Tiers
13
0
2 days ago
Ender IO Custom Capacitors Mod lets you make your own power items for the EnderIO mod. It gives you Tier 4, 5, and 6 capacitors right away so you can store more energy. You can also create brand new capacitors with your own colors and power levels.
![]()
Features:
- Create custom capacitors: Make new power items and pick their colors.
- Default items: It includes ready-to-use Tier 4, 5, and 6 capacitors.
- Decimal levels: You can set power levels to numbers like 3.5.
- In-game guide: Press the G key on capacitors to read guides.
Configuration:
- Use the TOML file to change colors and levels quickly.
- Use KubeJS to add custom textures and special item rules.
Config file example:
[[capacitor]] id = "tier4_capacitor" name = "Tier 4 Capacitor" level = 4 glow = false color = "4488FF"
KubeJS script example:
StartupEvents.registry('item', event => {
event.create('your_capacitor', 'custom_capacitors:capacitor')
.displayName('Your Capacitor')
.level(6)
.glowing(true)
.maxStackSize(64)
.rarity('epic')
.fireResistant()
.texture('minecraft:item/iron_ingot')
})
How to Use:
- Find a capacitor in your game.
- Press the
Gkey on your keyboard. - Read the menu to learn about the item.
Screenshots:











How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
Requirements:
EnderIO Required
Ender IO Custom Capacitors Mod Download Links
All Files
2
| Version | Loader | File Name | Size | Date | Download |
|---|---|---|---|---|---|
| 1.21.1 | Neoforge | Ender-Io-Custom-Capacitors-Mod-NeoForge-1.21.1.jar | 29 KB | Apr 14, 2026 | |
| 1.20.1 | Forge | Ender-Io-Custom-Capacitors-Mod-Forge-1.20.1.jar | 30 KB | Apr 14, 2026 |
2 files available
Click to rate this post!
[Total: 0 Average: 0]
