Tags
Creators
Details
0.7.0
Compatibility
Required content
Changes
Added
- Chinese translation (@suoyukii)
Fixes
- Some audio files are not playing.
- Crash with Visual Overhaul when opening the audio cutter.
- Occasional crash when playing the sound, I have no idea what causes it, but it's there.
Internal changes
This functionality is not accessible directly in the mod yet, but can be changed in .minecraft/config/soundboard.json.
Cobalt access
Cobalt is the service used by Soundboard to download audio files from YouTube and other platforms. Unfortunately, due to abuse the API is not going to be public for long. This update brings initial configuration for accessing custom cobalt instances.
cobalt_api_endpoint- Base URL or IP for the cobalt instance.cobalt_api_version- Must beV7orV10. Describes the method to parse cobalt responses. The main instance only supports V7 for public requests. If you're running a custom instance, change it to V10.cobalt_api_token- Token for accessing the specified cobalt instance.
Audio providers
If you're having audio playback issues, try changing audio_provider property to ARRAY.
The rest
If you opened this file, you may notice some other fields. These are not fully implemented and may have bugs, but who am I to stop you.
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:N8s60DWW:TWcDjihU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N8s60DWW:TWcDjihU"
}

