Creators
Details
Licensed ARR
Published 5 months ago
Updated 2 months ago
All versions
0.2.0-1.20.1
Release
TheWatcher 0.2.0-1.20.12 months ago 688
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Bug Fixes & Improvements
Fake Crash Screen Overhaul:
- Fixed a critical issue where the Fake Crash screen would pause the game in singleplayer, causing the screen timer to freeze indefinitely. It now properly continues ticking in the background and closes automatically.
- Increased the probability of the Fake Crash triggering high Fear levels, making the event noticeable and functioning as intended.
Fear HUD Smoothing:
- Replaced the blocky integer-based Fear UI updates with a smooth mathematical linear interpolation system. The Fear bar now seamlessly slides up and down when gaining or losing fear, significantly improving immersion.
Food Parity on Fabric:
- Fixed an issue on the Fabric loader where consuming certain foods (like Bread or Stews) failed to reduce the player's Fear level due to missing item-finish hooks. This now works identically across all three loaders.
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:HwOQ2AOb:6w9CqEHc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HwOQ2AOb:6w9CqEHc"
}

