Tags
Creators
Details
1.97.3
Compatibility
Required content
Changes
Additions: -Bone Crawler's Claw -Bone Crawler Feed -Sticky effect
Changes: -New Heresy model -Curse Of The Cult and Voidrium Mark now completely disable block placement (like in adventure mode) -Tweaked biome values for the Windswept Hollow, Drifting Monoliths, Grim Canopy, Watching Undergrowth, Gloomy Deathgrounds and Staring Hills -Vanish no longer removes the armor of non-player entities -New Bone Crawler, Baby Bone Crawler, Alpha Bone Crawler, Mother Bone Crawler, Goo Spitter and Primordial Bone Crawler model/texture -Goo Spitter now apply Sticky instead of placing a goo web when attacking -Alpha Bone Crawler can no longer hide in bone-related blocks -Mother Bone Crawler can no longer summon bone crawlers when attacked and will only summon baby bone crawlers -Tamed Bone Crawlers are no longer separate entities -Bone Crawlers can now be hurt while they are hidden -Primordial Bone Crawler now stops the player from using their shield when doing the slam or dash attacks -Nerfed Hive's Watcher: reduced projectile damage, reduced bone spike damage, bone spikes no longer apply broken armor, decreased hit radius while the watcher is moving, increased the amount of time the watcher stays still when it finishes its attack loop, reduced watcher health, made the bone spikes and the flesh fangs rarer, removed second phase (general increase to base speed instead)
Fixes: -Curse Of The Cult visually removing blocks that the player places -Chat messages not sending or messages not being received on servers -Executioner's Sword doing the slash when looking at a block -Judgement causing crashes when attacking entities -Abductors abducting players while being dead -Vanish destroying items if applied while the player already has vanish and is wearing another set of armor -Centigazes spawning on the surface of the windswept hollow -Maggots not growing into void flies upon killing two baby bone crawlers -Mother Bone Crawlers spawning baby bone crawlers upon being hit while dying -Eye Of The Watcher not spawning in the Watcher Chamber
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:mtHjLrFt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFlYdPkO:mtHjLrFt"
}

