Tags
Creators
Details
All versions
1.6.2
Release
PresenceFootsteps-1.6.24 years ago 29.2K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changelog
- Removed Herobrine
- Sounds are now distance attenuated. #158
- Fixed incorrect subtitles appearing for queaky copper (waxed copper blocks) #159
- Fixed translation for the auto stance tooltip
- Added the option to play footsteps for players and hostile mobs only #166
- Updated the primitive map for all vanilla sound types. Fixes mod support in many cases. #164, #168
- Fixed sound mapping for carpets #167
- Primitive mappings are now included as part of the block report
- The debug hud will now display matching primitive mappings for the target block in addition to all the other sounds
- Updated translations: ru_ru, yz_cn, ko_kr
- Updated Kirin to 1.11.1
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:rcTfTZr3:gLDVmoRt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rcTfTZr3:gLDVmoRt"
}

