All versions
1.2.0
Release
Cave Dweller Overhaul 1.2.03 days ago 28
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
NOTE: DELETE OR RESET THE CONFIG TO AVOID UNINTENDED BEHAVIORS/BUGS
ADDED
- Added Peeking: can now cling to the corner of a wall and lean around the edge to watch you
- Added "Head of the Table" Advancement: done by obtaining the Skull
- Added Spawn Height Variants Config (SPAWN CONDITIONS): variants spawning depending on Y level are now adjustable
- Added Play Ambient Sounds Config (MISC): enables/disables the cave noises, stalk sounds, pre-spawn cave ambience and the spotted sounds
- Added Aggression Config (MISC > DEBUG): for testing purposes. Force every Cave Dweller to always chase or always flee when it reacts to you
- Added Peeking Config (MISC > DEBUG): for testing purposes. Only change if you know what you're doing.
CHANGED
- Torch Flicker Config: moved to BEHAVIOR section
- World Reload: leaving and rejoining a world now despawns the Cave Dweller
- Multiplayer: a Cave Dweller targetting a player who left no longer keeps peeking or stick on ceiling
FIXED
- Flee at Dawn: surface Cave Dweller caught at sunrise with nobody to run to now leaves properly instead of standing still
- Cave Dweller Skull: when worn, Cave Dweller ignoring the Skull effect
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:AJGIPnLB:ARKNKIJF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AJGIPnLB:ARKNKIJF"
}

