Advanced Sound Control

This mod lets you control all in-game sounds. Press V to open the menu and adjust each sound individually. Increasing a sound above 100% doesn’t make it louder, but expands the distance it can be heard.

File Details

Sound Control v1.5.0 (26.2)

  • R
  • Jul 6, 2026
  • 769.24 KB
  • 35
  • 26.2
  • Fabric

File Name

soundcontrol-fabric-26.2-1.5.0-26.2.jar

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:advanced-sound-control-1485797:8383025"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Sound Control v1.5.0 New Features: - Configuration Profiles: Create and manage multiple sound profiles. Each profile stores its own set of volume settings independently. Switch between them instantly with a single click without losing your other setups. Profiles are saved as JSON files in the configs folder, so you can share them, back them up, or drop someone else's profile in and it will appear in the list automatically. - Developer API: Other mods can now interact with Sound Control at runtime to set, remove or query sound volume overrides programmatically. Full documentation is available directly inside the API source file. Internal / Code Quality: - Source code reorganized into logical subpackages: gui, api, render, anchor (26.1+), util, mixin - All internal comments cleaned up; the API file retains full Javadoc for external developers