3.1.3
Compatibility
Changes
Exiled Echoes — “Watching You” Update
Changelog
New Entities & Behaviors
-
Stalker Entity Added A new creature has been introduced that actively observes the player and can suddenly trigger a jumpscare when conditions are met.
-
Bedside Presence Mechanic The observer entity can now appear directly at your feet when you are motionless or defenseless. No warning. No escape. Just pressure.
World & Reality Events
-
Liminal At random intervals, the player may be forcibly sent into a liminal corridor. To escape, remain completely still and wait 15 seconds. Any movement resets the process.
-
Temporal Glitching The game world can now glitch randomly, briefly rewinding the player a few seconds back in time. Audio, visuals, and positioning may desync intentionally.
Environmental Instability
- Random Structural Collapse Nearby environmental blocks can now break unpredictably. This can occur with or without player interaction.
Notes
- These events are intentionally rare and unsignaled.
- Some mechanics are hidden and not explained in-game.
- If you feel like the game is watching you — it probably is.
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:XYi0jzda:qWRf3eIm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XYi0jzda:qWRf3eIm"
}

