Tags
Creators
Details
0.5.0+1.20.1
Compatibility
Required content
Changes
This update fixes some issues discovered in 0.4.0 and adds some new niche features.
- Fix incorrect behaviour when
enableDynamicSounds = false- @MUKSC - Fix
NullPointerExceptionwhen bow pull sound is disabled - @MUKSC - Refactored item sound effect logic - @MUKSC
- Fix "Open To Lan" issues with duplicating sounds - @MUKSC
- Fix EMI "Shift" sound spam. - @MUKSC
- Added chat sound cooldown options.
- This will prevent chat sounds from being spammed on busy servers.
- This does not apply to typing sounds.
- Fixed issue where BlockItem sounds override any sounds specified via the JSON system, regardless of priorities.
- Migrated to
stonecutter-ktby @kikugie
Thanks to @MUKSC for fixing quite a few issues whilst I was preparing for and doing my exams, I really appreciate it.
Full Changelog: https://github.com/IMB11/Sounds/compare/0.4.0...0.5.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sounds-0.5.0+1.20.1-sources.jar | Unknown | 4.94 MiB |
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:ZouiUX7t:5i96sTZN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZouiUX7t:5i96sTZN"
}

