Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 2 weeks ago
All versions
fabric-0.3.0+26.2
Release
Simple Voice Chat Soundboard fabric-0.3.0+26.22 weeks ago 61
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Simple Voice Chat Soundboard 0.3.0
Added
- Added a configurable sound wheel that opens while its key combo is held.
- Added six alphabetically sorted sounds per wheel page, mouse-wheel paging, keyboard paging, and clickable page arrows.
- Added primary-click playback inside the open wheel, so several sounds can be started or stopped without closing it.
- Added clear indicators for currently playing and looping sounds in the wheel.
- Added movement forwarding while the wheel is open, including walking, jumping, sneaking, and sprinting.
- Added optional toggle and close-on-play behavior for the sound wheel.
- Added name sorting in ascending or descending order to Sound Settings.
- Added filters for bound or unbound sounds and enabled or disabled loops.
- Added a German translation.
Changed
- Replaced the Cloth Config screen with a custom Minecraft-style configuration screen.
- Redesigned the config screen and sound wheel to share the same compact, Minecraft-inspired visual style.
- Sound settings now support search, sorting, and filtering in one workflow.
- Applying settings now keeps the screen open without leaving a persistent focus outline on the clicked control.
- General settings are now grouped into persistent, collapsible General and Sound Wheel Settings sections.
Fixed
- Hid close-on-play outside toggle mode, where holding the opening combo already controls the wheel lifetime.
- Made collapsible section separator lines and titles clickable.
- Fixed missing padding around settings rows and controls.
- Fixed doubled, inconsistent, and inverted panel borders.
- Fixed long wheel labels reaching into sector edges or hiding the loop icon.
- Fixed wheel icon sizing and page-control placement.
- Fixed action and sort controls retaining unwanted selection outlines.
Removed
- Removed the Cloth Config dependency.
Compatibility
- Available for Fabric on Minecraft 26.2, 26.1.x, and 1.21.11.
- Simple Voice Chat remains required.
- Existing sound files and
config/soundboard.jsonsettings continue to be used.
Gallery

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:SHE1s3vf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ei0eQWPK:SHE1s3vf"
}

