![Corner Entity [Horror]](https://cdn.modrinth.com/data/OgLaprYY/6bfdb97b57f9dd9ff1348ee17a69d047760e09d8_96.webp)
Corner Entity [Horror]
is an atmospheric horror mod that turns your peaceful Minecraft survival into a nerve-wracking experience. You will never feel truly safe again, as something is watching you from the shadows, waiting for the perfect moment to strike.
2.0.0+1.21.1
Compatibility
Changes
Corner Entity v2.0.0 — Beta Release
The Beta build for Corner Entity v2.0.0 is now officially available! This update introduces a complete overhaul of the entity's AI, new atmospheric horror mechanics, updated textures, and high-performance optimizations.
[!WARNING] Experimental Build Notice: This is a Beta pre-release version intended for testing and feedback. You may encounter minor bugs or balance inconsistencies. We strongly recommend creating a backup of your worlds before updating.
👁️ Key Features & Changes in v2.0.0
- Complete Visual & Audio Overhaul: Added updated high-resolution textures, smooth walking animations, and terrifying custom sound effects.
- Advanced Stalker AI:
- Line-of-Sight Freezing: The entity stalks from afar, freezing instantly when looked at and creeping closer when you look away.
- Shadow Behind Mechanics: Spawns silently behind unsuspecting players, vanishing in ash and smoke the moment you turn around.
- Window Watcher: Spawns outside glass windows, staring into indoor structures.
- Environmental Paranoia Events:
- Sky Glitch Encounters: Anomalous time-warping and day/night flickering.
- Ambient Auditory Terrors: Phantom footsteps and knocking on nearby doors and glass.
- Peripheral Vision Flashes: Quick 0.5s corner-of-the-eye screamer overlays.
- In-Game Configuration Menu: Access a rich settings GUI via
/devcorneror/cornerentityto customize spawn chances, scare pacing, and event triggers.
⚙️ Admin & Testing Commands
/corner test spawn— Force a stalker spawn in nearby cover./corner test behind— Trigger a silent behind-the-back encounter./corner test window— Force the window watcher event./corner test screamer— Test the full-screen jumpscare overlay./corner clear— Instantly clear active entities and reset world states.
🐛 Feedback and Bug Reporting
If you encounter technical issues, unexpected crashes, or have balance suggestions:
- Join our official community on Telegram to report bugs and follow updates.
- Share your thoughts and bug reports directly in the Modrinth Comments section.
Thank you for testing and helping us shape the ultimate psychological horror experience!
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:OgLaprYY:4X0FgsDk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OgLaprYY:4X0FgsDk"
}
