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.

Ender IO Custom Capacitors Mod

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 G key on your keyboard.
  • Read the menu to learn about the item.

Screenshots:

Mod list menu showing the Ender IO Custom Capacitors mod details
Mod list menu showing the Ender IO Custom Capacitors mod details
Creative inventory displaying a Tier 5 Capacitor with base modifier 5
Creative inventory displaying a Tier 5 Capacitor with base modifier 5
Player viewing a Tier 3 Extraction Speed Upgrade in creative inventory
Player viewing a Tier 3 Extraction Speed Upgrade in creative inventory
A standard Minecraft landscape view with a river sand and trees
A standard Minecraft landscape view with a river sand and trees
A grassy plains biome next to a sandy beach
A grassy plains biome next to a sandy beach
A sandy beach next to a body of water
A sandy beach next to a body of water
A forest biome with trees and a ruined portal
A forest biome with trees and a ruined portal
A ruined portal with a chest and crying obsidian
A ruined portal with a chest and crying obsidian
Dense spruce forest biome with tall trees and mountain in background
Dense spruce forest biome with tall trees and mountain in background
Scenic view of a forest biome next to a river and hill
Scenic view of a forest biome next to a river and hill
Aerial perspective of a forest biome near a river and large mountain
Aerial perspective of a forest biome near a river and large mountain

Requirements:

EnderIO Required

KubeJS Library 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
1.21.1
Neoforge
29 KB Apr 14, 2026
1.20.1
Forge
30 KB Apr 14, 2026
2 files available

Click to rate this post!
[Total: 0 Average: 0]