Tags
Creators
Details
2.5.58.4
Compatibility
Required content
Changes

Fixes & Changes:
-
Increased the number of Stash Urns from 4 to 8 needed for training Royal Guards.
-
Fixed Royal Guards not being trainable with non-edge Royal/Frosty Carpets
-
Shift-casting Vexing Focus will all kill every Vex summoned by player's servants.
-
Fixed Slime and Phantom Servants not patrolling properly.
-
Changed recipes for Grave and Thrash Gloves. Their catalyst items are now Leather instead of Rotten Flesh, and Sculk is replaced with Grave Soil for Grave Glove recipe.
-
Replaced Command Focus with Order Focus for Command Horn recipe.
-
Updated tags for compatibility
-
Ice Chunks now disables shields.
-
Leapleaf's leap attack also disable shields.
-
Improved Necromancer AI.
-
Fixed unowned Necromancer's servants having permanent life if "necromancerSummonsLife" is set to false.
-
Fixed Stone Thrones having clipping issues with blocks next to them.
-
Apostles now have resistance against Smite attacks, which can be configured in goety-mobs.toml. By default, damage from smite enchanted weapons is reduced by 25%.
Additions:
-
Ominous Decrees. More info in their Black Book entry.
-
Imperial Guards. Pillager versions of Royal Guard. Their arrows pierces up to 4 targets and deals, by default, 8 damage.
-
Temblor Clap spell. A Geomancy spell that causes the caster to let out a shockwave that damages, knocks back and stuns targets nearby.
-
Crafting recipe for Blossoming and Blooming Chorus Wood.
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:9X8ch5p4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:9X8ch5p4"
}

