Tags
Creators
Details
1.0.0
Compatibility
Changes
🎧 Custom Sound Manager
Take full control of Minecraft’s sounds – customize, mute, and enhance your gameplay experience. You can open it with modmenu or even with command /soundmanager gui
✨ Features 🔊 Edit all in-game sounds (blocks, mobs, environment) 🔇 Mute specific sounds (e.g., pistons, farming, footsteps) 🎯 Per-sound control – choose exactly what to hear 🌍 Global mute options – disable sounds for all blocks or mobs ⚡ Lightweight & optimized – no performance impact 🎮 Works in both singleplayer & multiplayer 🎮 What You Can Do Hate piston noise? 🔕 Mute it instantly Farming sounds annoying? 🌾 Turn them off Loud mobs disturbing you? 🐄 Customize or silence them Want a peaceful world? 🌙 Disable multiple sound categories ⚙️ How It Works
This mod lets you control Minecraft’s sound system by allowing you to enable, disable, or customize individual sounds. You can apply changes to:
Specific blocks Specific mobs Entire sound categories Requirements Minecraft: (1.21.11) Mod Loader: (Fabric ) Dependencies: (Cloth Config Api)
📥 Installation Install Fabric Place the mod file into the mods folder Launch Minecraft Customize your sounds 🎧 ⚠️ Notes Some sounds may require restart to fully apply changes Works best with vanilla-compatible sound systems 💡 Planned Features 🎚️ In-game GUI for easier sound control 💾 Sound profiles (save & load presets) 🎵 Custom sound replacement support ❤️ Credits
Made by Jasim If you like this mod, consider supporting 💙
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:RVIXp4ws:T7ZCo1IA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RVIXp4ws:T7ZCo1IA"
}

