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
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