Links
Tags
Creators
Details
1.2
Compatibility
Changes
What's new:
Universal Mob Support (Client-Side): The smooth sound fade-out behavior now applies to all mobs on the client side. No more lingering death sounds from any entity — enjoy a more immersive and responsive audio experience across the board.
Improvements:
Existing fade logic for Enderman and Creeper sounds is now generalized to work for any entity's custom or ambient sound when they are removed or die.
Optimized sound update system to ensure minimal impact on performance.
Note: This enhancement is client-side only, meaning it works in both singleplayer and multiplayer, as long as the client has the mod installed.
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:9FJiZMp8:QsRJqsQ7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9FJiZMp8:QsRJqsQ7"
}
