Links
Tags
Creators
Details
All versions
1.0
Release
Whispers Behind You 1.02 months ago 64
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Forge
Supported environments
Client and server
Changes
🌌 WHISPERS BEHIND YOU RELEASE CHANGELOG
All notable changes to the Whispers Behind You modification will be documented in this file.
[1.0.0] - 2026-06-06
🚀 Added
- Sanity Engine (Akıl Sağlığı Motoru): Implemented a core 0-100% sanity mechanism. Dark areas and continuous exploration of corrupted chunks rapidly drain player sanity, causing heavy in-game screen distortion and glitch shaders.
- Phase 1 - Cryptic Sign Generation & Sector Corruption: Added dynamic spawning of system signs (
[SYSTEM_ERROR]) near low-sanity players containing actual coordinate pointers (LOC: X Y Z) to corrupted core sectors. Surrounding blocks, foliage, and water dynamically shift to custom "glitch/parazit" textures when approaching these coordinates. - Phase 2 - Core Breach (Bedrock Deletion): Generated a 4x4 vertical shaft slicing straight through the world from the highest block all the way to
Y = -64. Complete block deletion including Bedrock blocks (Blocks.BEDROCK) to expose the custom layered Void. - Phase 3 - Layered Void Dimensions: Integrated a sequence of three custom dimensions when falling through the world void (
Y < -66):- Layer 1: The Corrupted Repository: Low gravity environment with floating shattered chunk repositories containing log entries (
Bozuk Sistem Günlüğü (.log)). - Layer 2: The Watcher's Sandbox: A pitch-black plain where terrain dynamically builds beneath the player and gets wiped away behind them.
- Layer 3: The Mainframe: The core block-labyrinth constructed entirely out of cyber-matrix architecture.
- Layer 1: The Corrupted Repository: Low gravity environment with floating shattered chunk repositories containing log entries (
- Phase 4 - Fake Crash & Skyline Terminal Override: Added a fake full-screen Minecraft Crash Report overlay (
Code: 0xF4_SANITY_OVERFLOW) with input freezes that glitches out before revealing deeper core levels. Overrode the vanilla command key (/) to lock players into a stylized "Skyline Terminal" GUI requiring correct.loghashes to bypass security walls. - Phase 5 - The Glitched Doppelgänger & Real-Time Sync: Implemented a stalker entity that clones the player's dynamic skin and username in The Watcher's Sandbox. Layer 2 code-doors now cross-check the host system's real-time OS clock (e.g., unlocking only on mirrored digits or past midnight).
🛠️ Fixed
- Fixed an infinite falling loop crash when transitioning between
the_watchers_sandboxandthe_mainframe. - Resolved an issue where the client-side render engine would immediately crash when trying to render the "Null" geometry of The Watcher entity instead of safely popping it out of existence.
⚙️ Changed
- Project Distribution Update: Changed the official CurseForge distribution flag to strictly forbid unauthorized 3rd-party platforms from pulling the
.jarbinaries, ensuring reward points are tracked correctly under the developer profile.
Developed by Skyline Studios.
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:4VvEJrVy:ghKylxTW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4VvEJrVy:ghKylxTW"
}

