Tags
Creators
Details
2.5.24.0
Compatibility
Required content
Changes

Fixes & Changes:
-
Redstone Golems will no longer immediately perform its mine attack when spotting a non-player target.
-
Reduced Servant Soul Energy healing default cost from 5 to 1, increased default healing amount to 1.0, and implemented a new config that counts how many seconds since the Servant has been damaged before it can start regenerating.
-
Fixed Knockback Magic Swords pulling in targets instead of knocking them back.
-
Mavericks no longer drink Regeneration Potions if they still have Regeneration.
-
Apostles can now convert Wandering Traders to Mavericks.
-
Fixed Heretics rendering Apostle owned Obsidian Monoliths permanently invulnerable.
-
Fixed several items not being able to be used as fuel for furnaces.
-
Fixed bugs with several flammable blocks.
-
Hammers' durability are now configurable, with default durability being 2500.
-
Fixed Call Spell calling all of mobs that share the saved servant's type regardless of their ownership.
Additions:
-
Burrowing Spell. Based on Thaumcraft's Excavation Focus, allows the caster to mine blocks through a beam of magic. Can be enchanted with Potency, which increases mining level and speed, Range, Burning, which smelts mined blocks, Fortune and Silk Touch.
-
Blossoming Spell. Based on certain attacks from Bosses of Mass Destruction's Void Blossom, shoots a Blossoming Ball that when landed summons Blossoming Thorns that poisons targets around it.
-
Troop Spell. A variation of Call Spell that rather than teleporting a specific servant, or their type when crouching, saves and teleports a servant's type only.
-
Trembling Spell. Based on Minecraft Dungeon's Wind Horn artifact. Pushes away nearby enemies and slow their movement and attack speed.
-
Crafting Spell. Allows the caster to open a Crafting Table through their wand/staff
Join the official Mod Discord!
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:rlMk0TEB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:rlMk0TEB"
}

