Tags
Creators
Details
1.97
Compatibility
Required content
Changes
Additions: -Overgrown Voidlight -Overgrown Gloom Growth -Living Gloom Stem -Gloom Vines -Living Gloom Vines -Bismuth Bottle -Bismuth Jar -Grimberry On A Stick -Dark Cloth -Tattered Cult Hood/Tunic/Leggings/Boots -Esoteric Tome -Executioner -Executioner's Sword -Mad Cultist -Ceremonial Dagger -Dark Steel Kunai
Changes: -Complete Apostle Of Catastrophe rework -Removed "Hell" config option as it was too similar to purgatory and didn't serve any real purpose -Reworked damage cap to now activate when the damage dealt exceeds a certain percentage of the boss's health. When reached, that percentage will be dealt instead. The default is 15% (or 7-8 hits) -Renamed desolate blocks (soil, bricks...) to gloom -Gloom Caves (formerly Desolate Caves) no longer use active desolate soil to generate, which will reduce lag -Nerfed Sentient Chainsaw -Tombstone now checks attack speed instead of attack damage to determine a good hit -Stalker can now climb -Armor sets will now display full armor bonuses even without wearing the full armor -Eldritch Maw now ignores i-frames -Crops can now grow on blocks of shattered bone -Wanderers can now be tamed with grimberries -Formed Voids can now sometimes spawn when a player is standing in liquid void -Rotten Cultists now drop Tattered Cult armor pieces instead of pieces of the cult armor set (Increased drop chance) -Gloom stems not dropping upon breaking the block underneath them -Rotten Heart effect now deal 1.5x damage instead of 2x, no longer gives the speed effect (replaced with an attribute modifier) and mobs no longer target the player while the effect is active -Wanderers no longer pathfind to 0,0 (it caused way too much lag) -Connected Marrow is now affected by random tick speed
Fixes: -Crops being able to grow on some bone blocks -Voidrium and Soul-Fused Voidrium armors dealing retaliation damage when hit by retaliation damage, leading to an infinite damage loop
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:4CzGaIq3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFlYdPkO:4CzGaIq3"
}


