Back to mods
Ender IO Custom Capacitors project artwork

CurseForge · Minecraft mod

Ender IO Custom Capacitors

Add Custom Capacitor Tiers to EnderIO via Config or KubeJS.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Ender IO Custom Capacitors release should I use?

Updated 7 months ago
Latest stable file EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge
Game version 1.20.1
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Ender IO first. We found matching files for this game-version and loader setup. 23 come through another mod in the chain.

1 listed on this file 23 pulled in by those mods
Ender IO Needed by Ender IO Custom Capacitors EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge
required
Matching file found Matched file: Ender IO - 6.2.18-beta
Mekanism Needed by Ender IO
pulled in
Matching file found Matched file: Mekanism-1.20.1-10.4.16.80.jar
Applied Energistics 2 Needed by Ender IO
pulled in
Matching file found Matched file: AE2 15.4.10 [FORGE]
Just Enough Items (JEI) Needed by Ender IO
pulled in
Matching file found Matched file: 15.49.0.200 for Forge 1.20.1
Athena Needed by Ender IO
pulled in
Matching file found Matched file: [Forge] Athena 3.1.2
CC: Tweaked Needed by Ender IO
pulled in
Matching file found Matched file: cc-tweaked-1.20.1-forge-1.113.1.jar
Curios API Needed by Mekanism
pulled in
Matching file found Matched file: curios-forge-5.14.1+1.20.1.jar
WTHIT Forge Edition Needed by Mekanism
pulled in
Matching file found Matched file: [Forge, NeoForge 1.20.1] 8.21.1
I Like Wood Needed by Mekanism
pulled in
Matching file found Matched file: ilikewood-1.20.1-11.0.2.0
Json Things Needed by Mekanism
pulled in
Matching file found Matched file: JsonThings-1.20.1-0.9.13.jar
JEITweaker Needed by Mekanism
pulled in
Matching file found Matched file: JeiTweaker-forge-1.20.1-8.0.6.jar
Jade 🔍 Needed by Mekanism
pulled in
Matching file found Matched file: [Forge 1.20.1] 11.13.3
Dark Mode Everywhere Needed by Mekanism
pulled in
Matching file found Matched file: DarkModeEverywhere-1.20.1-1.2.4.jar
Biomes O' Plenty Needed by Mekanism
pulled in
Matching file found Matched file: Biomes O' Plenty 1.20.1-18.0.0.592
The One Probe Needed by Mekanism
pulled in
Matching file found Matched file: TheOneProbe - 1.20.1-10.0.3
CraftTweaker Needed by Mekanism
pulled in
Matching file found Matched file: CraftTweaker-forge-1.20.1-14.0.60.jar
Flux Networks Needed by Mekanism
pulled in
Matching file found Matched file: Flux-Networks-1.20.1-7.2.1
ProjectE Needed by Mekanism
pulled in
Matching file found Matched file: ProjectE-1.20.1-PE1.0.1.jar
ConnectedTexturesMod Needed by Mekanism
pulled in
Matching file found Matched file: CTM - 1.20.1-1.1.10

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

Click here to join Discord!

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.

2 available setups

Check 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

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.