All versions
1.0.0
Release
Someone's There 1.0.03 weeks ago 44
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Someone's There 1.0.0
Initial release.
Features
- Occasional footsteps trigger nearby — always from a random spot within a short radius of you, never right on top of you and never from an impossible location like open air
- Sounds always match the real ground you're actually near — dirt, stone, wood, sand, whatever's really there — using Minecraft's own step sounds for that material, nothing hardcoded to a specific biome
- Each trigger plays a short sequence of 2-3 steps, spaced apart using a real walking rhythm, with the position shifting slightly between each one — reads as someone actually taking a few steps nearby, not a single isolated sound
- No visuals, no messages, no entity — sound only
Config
- Enable/disable
- Minimum/maximum interval between triggers
- Trigger radius
- Overall volume
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:LOk00nKX:lFofIYA7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOk00nKX:lFofIYA7"
}

