Tags
Creators
Details
2.5.52.3
Compatibility
Required content
Changes

Fixes & Changes:
-
Awakened Emerald Block and Ominous Statues have been retextured by @mercurialsynthesis.
-
Witch Servants should no longer try to heal Vex/Irk Servants.
-
Fixed item tag issue with firethorn.
-
Fixed Redstone Monstrosity not closing their eyes when dying.
-
Ministers will only laugh and apply weakness on their target if they can see them
-
Ministers will now only give resistance to Illagers that are allied to them.
-
When performing their speech, Ministers will also apply Rallying on themselves.
Additions:
-
Thrones. Sittable blocks that comes in many varieties. Servants can be commanded to sit on them, by using Command/Order Focus, or by having them guard at the throne's location. They can be made removed by either commanding them, set their guard location elsewhere, or if they're aggressive, though only temporarily if they are guarding the throne's location. (Note, by throne location, I meant using a Waystone on the throne itself. Using a Waystone below the throne won't cause them to sit on it).
-
Necrotic Gold Candlesticks. Crafted using Necrotic Brazier. Will shield undead mobs, or players in case they're wearing Necro Set, within 8 blocks from burning in sunlight. If it and any nearby undead entities are not exposed to sunlight, or it's night time, the candlestick will slowly heal undead mobs by giving them a short duration Necrosis effect.
-
Necrosis effect. Functions as Regeneration for undead entities, but Poison for non-undead entities. Currently only applied by Necrotic Candlesticks on undead entities.
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:7fXS87u7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:7fXS87u7"
}



