1.08
Compatibility
Changes
📜 Changelog
🧩 HUD & UI
Added toggle options for individual HUD elements:
Total kills display
Survival streak display
Total survival days display
Kill streak UI
In-game time display
🧟 World & Spawning
Introduced a dynamic mob spawning system that scales with in-game days.
Mob variety and spawn intensity increase progressively over time.
Early days focus on basic hostile mobs.
Later days introduce more aggressive, durable, and unpredictable enemies.
👁️ Environmental Horror (Minor Teaser)
After day 35, some passive animals may behave… unnaturally.
Certain animals can stare at the player for extended periods.
As days progress, these entities become more disturbing and intrusive.
In later stages, some may even open doors and enter player structures.
🔊 Atmosphere
Added subtle ambient sound cues to increase tension and unease.
Certain behaviors are now accompanied by unsettling audio feedback.
Horror elements scale gradually to avoid sudden difficulty spikes.
⚠️ Notes
Changes are designed to escalate slowly, preserving early-game survival balance.
Not all hostile behaviors are immediately obvious—stay alert.
More disturbing behaviors and entities will be expanded in future updates.
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:jim6zOxE:IeZ5weqL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jim6zOxE:IeZ5weqL"
}

