Tags
Creators
Details
1.96.10
Compatibility
Required content
Changes
Additions: -Red Flare -Bright Flare -Golden Flare -Bismuth Flare -Sulfur Flare -Voidrium Flare -Peril -Bloodstone -Bloodstone tools and armor -Bloodthirsty Claws -Block Of Shattered Bone + variants (right click on a block of bone pile with a gravedigger's shovel) -Damage Modifier Template (Dark Steel) -Compatibility with Better Combat -/placesepulcher command -/placeculttemple command -Stalked config option (allows the stalker to spawn in the overworld)
Changes: -Cleaner armor tooltips -New Judgement model -Judgement's execution ability now activates when hitting an entity -Nerfed Fly Wings's speed -Fly Wings will now automatically close when out of flight time and on solid ground -Fly Wings will now give slow falling when out of flight time -Increased cooldown for Fly Wings -Changed the Sepulcher to allow the player to leave even with Curse Of The Cult -Soul Container no longer applies Curse Of The Cult to players below the block -Sleeping Primordial Bone Crawler, Giant Bone Crawler Egg, Hive's Brain and Eye Of The Watcher now apply Curse Of The Cult to nearby players -Using the Hexed Doll on a soul container will now spawn the Weaver Of Souls directly after some time instead of spawning a Chained Weaver -Onyx, Lavendite, Bismuth, Sulfur, Voidrium, Grim Gem, Bloodstone and Cinnabar can be used as beacon bases and payment -Most entities are now synced between client and server -Removed Nightmare, Shadow, Hallucination, Stalking Stalker from the mod -Nerfed Mask Of The Weaver Of Souls and Mask Of The Harvester Of Damneds -Hunter armor now modifies movement speed instead of applying the Speed effect -Watching Stalkers now spawn less -Reworked modification templates (like Rot and Lavendite)
Fixes: -Apostle Of Catastrophe not playing the spin animation in second phase -Apostle Of Catastrophe sometimes crashing the game upon teleporting during the second phase -Dark Steel-Onyx armor not having the onyx armor's abilities -All-Seeing armor's dash and Hunter armor's double jump not working properly on certain blocks -Gore Lurkers not climbing walls properly -Music no longer playing after visiting the Deep Void
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:gFlYdPkO:sVIL8tIq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFlYdPkO:sVIL8tIq"
}


