Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 2 weeks ago
All versions
fabric-0.3.1+26.2
Release
Simple Voice Chat Soundboard fabric-0.3.1+26.22 weeks ago 589
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Simple Voice Chat Soundboard 0.3.1
Status: Draft
This release builds on 0.3.0.
Added
- Added a global Sound Amplifier to General Settings. It is multiplied with every sound's individual amplifier and defaults to 100 percent.
- Added an interactive favorite star beside every sound and a favorite filter to Sound Settings.
- Added a clear empty state when the sound wheel has no favorites to display.
Changed
- The sound wheel now displays only favorite sounds.
Compatibility
- Available for Fabric on Minecraft 26.2, 26.1.x, and 1.21.11.
- Existing sound files and
config/soundboard.jsonsettings continue to be used.
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:Ei0eQWPK:FekulLWd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ei0eQWPK:FekulLWd"
}

