All versions
3.0
Release
Eli's Compound V 3.02 weeks ago 278
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Huge Update — Complete Overhaul!
- Several new powers, including: Smart Atoms — Viltrumite inspired, Photon Energy — Captain Marvel inspired, and much more.
- New naming pass applied to most powers in the mod, giving abilities clearer, and more thematic titles.
- Multiple nerfs and buffs applied across a wide range of powers, including (but not limited to) Odessa, Advanced Super Strength, Advanced Pyrokinesis, Size Augmentation, and several others.
- Multiple ability reworks.
- Updated ability mechanics for better and, more consistent gameplay.
- Updated ability effects for nearly all powers, including (but not limited to) Odessa’s Heat Vision, as well as Laser Vision & Concussive Optic Blasts vision abilitys, Advanced Pyrokinesis flame On & Fire Blast abilitys, Electrokinesis Lightning Blast ability, and many more.
- Randomized ability color variations for more visual variety within each power. New ability color sets include: Red, Orange, Yellow, Green, Light Blue, Blue, Purple, Pink, and White.
- Brand new suit textures applied across the whole mod.
- New super suits added, including: the Homeboy Suit, Soldier Boy: Vought Rising Suit, and more.
- Improved achievements with clearer progression.
- Improved Power Screen info for more accurate and readable ability descriptions.
- Major code rewrites across the backend systems to improve stability, performance, and future expandability.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vwq3YLap:s2cWeyd5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vwq3YLap:s2cWeyd5"
}

