Tags
Creators
Details
2.5.27.3
Compatibility
Required content
Changes
Fixes & Changes:
-
Fixed Squall Golems not attempting to return towards their bound location when deactivating on Patrolling Mode.
-
Fixed Magic Bolts hitting its shooter if they run towards it.
-
Fixed Drowned Servants not having the chance to spawn with a, undroppable, trident.
-
More support with Jade mod as it now shows what movement mode or stance a Servant is on.
-
Minor Serene Seasons mod support where summoning Zombies or Skeletons in a snowing area during winter can summon Frozen Zombies or Strays.
-
Improved JEI support by making each Ritual Types have separate categories. Changed some Ritual Type icons to be more appropriate with Ritual requirements.
-
Training Blocks (Spider Nests, Shade Gravestones and Blazing Cages) now have two additional modes, Patrol and Follow. Patrol is the default mode where Servants would spawned patrolling the block, Follow mode makes Servants follow the owner of the block when spawned. The modes can be changed by right-clicking the block with a Wand/Staff while crouching.
-
Training Blocks now emit redstone power when training.
-
Internally removed ritualType: "lich" and replaced it with necroturgy with forbidden research required.
-
Made Recall Focus no longer requiring Chorus Flowers in its recipe.
Additions:
- A new mob that's not fully implemented yet.
Join the official Mod Discord! https://discord.gg/utQqkWUuDc
Optional dependencies
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:jYTyMsXk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:jYTyMsXk"
}

