Eternal Eclipseâ„¢ World
Warning! This is a mod. This mod introduced a lot of things that haven't been explored yet in the Eternal Eclipseâ„¢ Universe by SunniePaws. As this series was created by SunniePaws. This mod brings a lot of thing to Eternal Eclipseâ„¢ Universe.
1.1
Compatibility
Changes
(4-7-2026)
The Chromatic Frontier (More Colored Ability Pt. 1)
Added:
-
Added Mist Veil (Light Blue)
-
Added Mist Walker (Cyan)
-
Added Blackstone Rocks to the Ashen Wasteland Biome
-
Added the Chromatic Blade to the Creative Inventory (Forgot to add that 😅)
-
Added a repair item for Chromatic Blade (use Any type of dye color, including Jade & Dark Jade)
-
Added Duration Bar (you can see it without having the chromatic blade in the main hand)
Changes/Fixes:
-
Revamped The Whole Energy Bar System (with a new addition of Duration Bar)
-
Fixed the Radiant Escape, Smoke to not appear when the ability is active (Smoke will only be applied to Other Players and not you), now working as intended
-
Fixed the Withering Flower Ability to not work at all, now is working as intended
-
Fixed the Shrine Structure with 1 of the room having a missing block, now works as intended
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:c1GY8APW:qz0wjKJH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c1GY8APW:qz0wjKJH"
}
