promotional bannermobile promotional banner

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.
Back to Files

Sound Control v1.5.1 (26.2)

File namesoundcontrol-fabric-26.2-1.5.1-26.2.jar
Uploader
lilakttlilaktt
Uploaded
Jul 11, 2026
Downloads
205
Size
771.2 KB
Mod Loaders
Fabric
File ID
8414331
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:advanced-sound-control-1485797:8414331"

Learn more about Curse Maven

What's new

Sound Control v1.5.1

API v2 Improvements

  • Per-mod isolation — Each mod's overrides are now stored separately. resetAll(modId) only clears YOUR mod's data, never affecting other mods.
  • Thread safety — All internal data structures are now ConcurrentHashMaps. Safe to call from any thread.
  • NaN/Infinity protection — Invalid volume values are rejected with a warning log instead of corrupting internal state.
  • Null safety in batch operationssetVolumes() now gracefully skips null values with a warning instead of throwing NPE.
  • Atomic resetreset() uses computeIfPresent to avoid race conditions between threads.
  • New methods: getApiVersion(), hasOverride(), getOverriddenSounds(), setVolumes() batch operation.
  • Full Javadoc with usage examples, thread-safety guarantees, and performance notes.

If no critical bugs are found, no further changes will be made to the API, and the API will be frozen.

This mod has no additional files