1.0.1
Compatibility
Required content
Changes
port of v1.0.1 to 1.19.4
GENERAL All powers + active abilities should now properly stop working when someone is dead but not repsawned.
SOUND
Death messages should be showing the correct damage type.
Reduced bonus damage on hitting resonated targets Resonated targets should now have a cooldown where they can't be resonated after being stunned or it expiring Secondary now has less pull Knockback on pulse slightly reduced Ult charge time slightly increased Ult range slightly reduced SPEED
Sounds are a lot quieter thank goodness
LIGHTNING
Cooldowns are now all not messed up and should be the actual intended ones
ICE
Ice beam death message should display correctly
Shatter does slightly more damage
FLIGHT
Ultimate can now explode when hitting an entity midair Now only get grounded + dragged down when hurt while flying FORTUNE
Players now can't escape the ultimate:
- Touching the bars will bounce you back
- Leaving the radius will teleport you back to the centre.
HEALING
Repulse death message should now display properly
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:U83EPDwD:5eR8FAKp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U83EPDwD:5eR8FAKp"
}

