Tags
Creators
Details
1.97.1
Compatibility
Required content
Changes
Additions: -Gloom Witness Sapling -Chain Gauntlet (replaces knife bandolier) -Chained effect -Bullseye effect -Maniac -Double Barrel Shotgun -Dark Steel Chainmail -Gunslinger armor set -Death Vulture Feather -Vulture armor set -Throwable Ichor -Claw Scythe -Stinger -Strength and Weakness needles -JEED support
Changes: -Flesh Fangs will now only grab players if they collide with the fangs -Head Of The Apostle Of Catastrophe now uses the new model -Apostle Of Catastrophe will now apply Chained to the player if they are too far away, bringing the player closer to the boss -Apostle Of Catastrophe will now always target the nearest player -Removed WandererPathfind gamerule -Wanderers' 0,0 pathfinding can now be enabled again in the configs, but stays false by default -Misanthropy now applies Ambrosia Withdrawal for 10 seconds instead of 1 minute -Ambrosia now reset Ambrosia Withdrawal when consumed, but slightly increases the duration -Death Vultures can no longer sometimes remove their muzzle when right clicked with a vulture muzzle -Muzzled Death Vultures can no longer make the player stop riding them when right clicking with a riding crop -Eyekin Saddle can no longer be used while Curse Of The Cult is active -Replaced Claw Blade with Claw Scythe -Voidborn no longer applies Heavy to nearby players -Flesh Worm rework -Flesh Worm is now guaranteed to spawn after 20 seconds when using the thumper -Flesh Worm now uses Pitch Black
Fixes: -lanterns not being placeable on fences, walls, upside-down stairs and slabs -Apostle Of Catastrophe no longer attacking if the player leaves and rejoins the world -Apostle Of Catastrophe will no longer taunt if he doesn't have an attack target -Boss music sometimes replaying even after the boss dies -Boss music not playing when spawning a boss shortly after killing another -Audio bug in the Ashen Crags ambience -Riding crop being inconsistent -Muzzled Death Vultures attacking players in creative and spectator -Rotten Tongue, Knife Glove and Bloody Chainsaw can now do sweep attacks
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:bjL6xSCB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFlYdPkO:bjL6xSCB"
}


