1.5.0-beta
Compatibility
Required content
Changes
Update v1.5.0: The Children of Zeus The skies have opened! The Child of Zeus has descended from Olympus to join the roster, bringing devastating elemental combat and unmatched vertical mobility to the mod.
⚡ NEW ORIGIN: Child of Zeus Command the skies and strike with the force of the storm with this high-mobility, elemental-focused origin.
🌪️ Divine Ascent: Harness the winds to take flight. Press your Secondary Key to toggle a stamina-based levitation. Includes a built-in slow-falling effect to ensure safe landings.
🌩️ Wrath of Olympus: Call upon the skies to strike your enemies. Press your Primary Key to call down a lightning bolt exactly where you are looking.
⚡ Static Strike: Your physical attacks channel the storm. Striking enemies electrocutes them, dealing extra lightning damage, stunning them briefly with Slowness, and releasing electric sparks with custom sounds.
🛡️ Lightning Rod: True to your divine bloodline, you are completely immune to all lightning damage.
🪂 Cloud Walker: The winds cushion your descent, granting you complete immunity to all fall damage.
⛏️ Divine Claustrophobia: The deep earth drains your celestial power. You suffer from the Weakness effect whenever you are below Y-level 30 in the underground.
🍖 Accelerated Metabolism: Channeling high-voltage energy burns calories quickly. Your hunger bar depletes 50% faster than a normal human.
🌋 Severed Connection: The Nether and the End have no sky. You are completely unable to summon your Wrath of Olympus lightning strikes in these dimensions.
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:URjYF9iZ:qqtNTeZG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:URjYF9iZ:qqtNTeZG"
}

