Tags
Creators
Details
v2.0.0+mc1.21.9-1.21.11
Compatibility
Required content
Changes
BetterHitSounds v2.0.0 Changelog
New In v2.0.0
- Added a full in-game config workflow for sound setup
- Added
OGGplayback mode - Added
Presetplayback mode - Added separate
Normal,Combo, andCritsound support - Added separate
PlayerandMobsound targeting - Added built-in preset sound styles
- Added
Minecraft Defaultpreset with vanilla-style hit, combo, and crit behavior - Added per-slot
.oggimporting - Added sound preview buttons
- Added reload support without restarting the game
- Added a
Guidepage for setup help - Added cleaner multi-page UI with
Options,Customization,Presets, andGuide
Sound System Changes
- Reworked custom sound handling around dedicated slot folders
- Each slot now uses only one active
.oggfile - Importing a new
.oggreplaces the old file for that slot - Added safer decoding and playback handling for custom
.oggfiles - Improved fallback behavior when imported sound playback fails
Preset Improvements
- Presets now support separate
Hit,Combo, andCritplayback - Added better preview flow for preset sounds
- Preset mode now works as a true playback source instead of acting like a layered effect
Customization Improvements
- Simplified labels to make setup easier
- Reworked category flow into
Player/MobplusNormal/Combo/Crit - Removed confusing actions that made the UI harder to use
- Improved setup messaging and status feedback
UI Changes
- Reworked screen layout and spacing
- Added purple styling and cleaner panel design
- Split the config into separate pages for easier navigation
- Improved guide text and folder instructions
- Fixed multiple text overlap and placement issues
- Improved helper text placement around buttons and sliders
Stability Fixes
- Fixed native playback crash paths during repeated hit sound playback
- Reworked audio handling to avoid unsafe behavior from the older path
- Fixed multiple
.oggplayback failures and decoder issues during testing - Improved error handling so failed custom sounds warn safely instead of hard-crashing the game
Version Compatibility Work
Separate v2.0.0 copies were prepared for:
Minecraft 1.21.11Minecraft 1.21.8Minecraft 1.21.5Minecraft 1.21.4
Compatibility work included:
- Keybind API fixes for older versions
- UI render method fixes for older versions
- Mixin target cleanup for older
ClientWorldsound methods - Version-specific dependency and metadata alignment
Notes
- This release is focused on easier setup, safer playback, version compatibility, and cleaner sound customization.
Optional dependencies
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:xcksxwQD:Bn2bDPJ5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xcksxwQD:Bn2bDPJ5"
}

