Tags
Creators
Details
2.5.54.3
Compatibility
Required content
Changes
Fixes & Changes:
-
Fixed issues surrounding Servant behavior surrounding players, Grimoire of Goodwill and logging out.
-
Ender Keeper should now always attempt to teleport to a nearby safe location or back to their Void Shrine when falling in the void.
-
Ender Keeper now teleports back to their Void Shrine if they're below 12 blocks from it.
-
Trident Storms' AoE radius has been increased by 1 and their visual circle indicator looks bigger.
-
Necromancers can no longer spawn Chicken Jockeys.
-
Sunken Skeletons now shoot and charge their crossbows from a longer distance.
-
Chorus Vines are now climbable like regular vines cause yeah sure why not.
-
If "ownerAttackCancel" is enabled, which it is by default, all servants are considered to be allies by the player coding-wise. Implemented to prevent them from being knocked back by sword swings.
-
Scatter Spell now enters cooldown when cast with Geo Staff even after using it for less than a second.
-
Ice Axes no longer holds down the player when using on top of blocks if the player is not on the ground.
-
Surging Orbs now arcs towards a nearby hostile target.
Join the official Mod Discord!
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:4ZVIxU8x:dYXZbTM8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:dYXZbTM8"
}



