Mod

Ender IO Custom Capacitors

Quick rating

Ender IO Custom Capacitors

No reviews yet

Add Custom Capacitor Tiers to EnderIO via Config or KubeJS.

Industrial
Tech
Automation & Processing
QoL & Tweaks
Mod Addon
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
EnderIO Custom Capacitors 1.0.0 - 1.20.1 Forge
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

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.
 
 
YyRukBn.png

Custom Capacitors

Add custom capacitors to EnderIO via KubeJS or Config.

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

Features

  1. Config-based capacitors - Simply edit the TOML config file to add new tiers
  2. KubeJS integration - Create capacitors with custom textures for modpacks.
  3. In-game guide - Press G on any capacitor to open the documentation (GuideME)
  4. Capacitor Levels - Level 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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~95,000
Total Downloads
CurseForge
~94,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync