All versions
1.0.0
Release
He's Watching 1.0.02 months ago 4,710
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
He's Watching 1.0.0
Initial release.
Features
- A silent, motionless figure occasionally appears at the edge of your vision — never dead-center — and vanishes the instant you look at it directly
- Uses your own custom skin texture, rendered in a fixed, static pose
- Only spawns on solid ground with a clear line of sight and enough light to actually be seen — never in trees, never in water
- Leaves immediately if your line of sight to it gets blocked before you've looked at it
- Never spawns in the same spot twice, and favors darker, less-watched areas
- Rarely reappears nearby a few minutes after leaving unseen
- Appears more often and closer when you're alone
- Head tracks you while active; eyes have a faint glow
Config
- Spawn chance and cooldown
- Minimum/maximum spawn distance
- Peripheral vision angle range
- Disappear angle (how directly you need to look at it)
- Look-away timeout
- Minimum light level
- Rare second-appearance chance and delay
- Alone-state multipliers (frequency, cooldown, distance)
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:z80srf2a:xV3KWGUy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z80srf2a:xV3KWGUy"
}

