Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 7 months ago
All versions
0.1.0
Beta
Uncanny 0.1.07 months ago 244
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v0.1.0 - The Initial Anomaly
First public release of Uncanny. The system integrity is now compromised.
New Features:
- The Watcher: Implemented a hostile entity resulting from a texture mapping error (Zombie Model / Enderman Texture). Warning: Close contact results in a connection termination (Simulated Crash).
- Item: Crash Report: Added a trigger item that generates an anomaly structure and simulates a fatal system error (
0xC0000005). - Paranoia System:
- Phantom Players: Fake "Player joined the game" messages and invisible entities with nametags.
- Auditory Hallucinations: Footsteps and breathing sounds behind the player.
- Environment: Torches may extinguish randomly.
- Visual Glitches:
- Dead pixels rendering on the screen.
- Inverted controls during high-stress events.
- Corrupted UI buttons in the main menu.
- Configuration: Added
uncanny-common.tomlto toggle jumpscares, glitches, and fake players.
Technical:
- Built for Minecraft 1.20.1 (Forge).
- No external library dependencies required.
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:JwI0rlL7:x4aX8nqY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JwI0rlL7:x4aX8nqY"
}

