
Totem Volume Reducer
Totem Volume Reducer is a lightweight Fabric mod that allows you to easily adjust the volume of totem pop sound effects via an in-game configuration menu. Created by 8vy2, it's perfect for players who want to reduce distracting totem sounds without losing
1.2.0
Compatibility
Changes
Totem Volume Reducer v1.2.0
Changes
- Optimized the mod command and standardized it to
/TotemVolumeReducerfor better visibility and consistency. - Expanded Fabric compatibility to fully support Minecraft versions
1.21.1through1.21.11. - Improved overall client compatibility and loading behavior across supported versions.
- Added a sync tracker/info guide explaining how Lunar Client, CurseForge, and Modrinth handle update/CDN syncing.
- General improvements, cleanup, and stability fixes.
Important
As the mod creator, I highly recommend using this version instead of older releases, since previous versions may have compatibility issues or outdated cached files.
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:GTD7bRS7:dhaLQYW0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GTD7bRS7:dhaLQYW0"
}
