Links
Tags
Creators
Details
0.4.0+mc26.2
Compatibility
Required content
Changes
OpenSoundboard 0.4.0 - UI & Downloading Update
This release makes OpenSoundboard feel more at home in Minecraft, adds extensive UI sizing controls, and lets YouTube downloads keep running outside the downloader screen.
Highlights
- Added full support for Minecraft 26.2.
- Added an optional Vanilla Components mode for Minecraft-style buttons, sliders, text fields, toggles, tooltips, and scrollbars.
- Added a new Accessibility screen with adjustable UI width, UI height, and font size, plus a one-click reset. The refreshed defaults are 80% width, 90% height, and 100% font size.
- YouTube downloads now continue after closing the downloader screen. Reopen it at any time to see the current log and progress or cancel the job.
- Added native top-right Minecraft notifications for download preparation, progress, completion, failure, and cancellation.
Improvements & fixes
- Restored Mod Menu integration so OpenSoundboard settings can be opened from Mod Menu again.
- Made scrollbars clickable and draggable.
- Improved screen proportions, control sizing, text scaling, vertical alignment, and long-label truncation across the interface.
- Made downloader actions more compact and reorganized appearance and accessibility settings into their own category.
- Fixed release packaging so shared configuration and platform classes are included in installed jars, preventing startup crashes caused by missing classes.
- Improved the multi-version Stonecutter build and release pipeline for more reliable GitHub and Modrinth artifacts.
Downloads
| File | Minecraft versions |
|---|---|
opensoundboard-0.4.0+mc1.21.1.jar |
1.21, 1.21.1 |
opensoundboard-0.4.0+mc1.21.11.jar |
1.21.11 |
opensoundboard-0.4.0+mc26.1.2.jar |
26.1, 26.1.1, 26.1.2 |
opensoundboard-0.4.0+mc26.2.jar |
26.2 |
Requires: Fabric API and Simple Voice Chat. Mod Menu is optional.
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:oaptjGEs:CGLHSgtQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oaptjGEs:CGLHSgtQ"
}

