Tags
Creators
Details
0.8.0+1.20.1
Compatibility
Required content
Changes
I've managed to get some time in-between my exams to focus on this update, it took way less effort and time than I expected. I probably wont have enough time to update Flow or Fog Looks Good Now or my other mods until after my exams unfortunately.
- Updated for 1.20.6
- Dropped support for 1.20.2 as there are a very small number of modpacks and mods which use this version, it accounts for less than 2% of Sound's total userbase - no need to maintain it if no-one is using it.
- Added compatability for CarryOn via the "Ignore Silenced Status Effects" configuration option.
- Added Cake Eating sounds.
- Added Enderpearl Sound Variety option. When enabled, enderpearls will use the randomized chorus fruit teleport sound effect instead of the same teleport sound on impact with the ground.
- Fixed issue where dynamic sounds differred across game versions for the same version of the mod.
- Added option to ignore empty inventory slots when clicking on empty slots. This now encompasses the hotbar drop item logic due to the way Mojang has implemented hotbar slot dropping.
- Removed dynamic eating sounds - it didn't work, and I cant figure out an effective implementation.
- Potentially fixed issues with MacOS users not being able to launch the mod - cant test this myself, let me know if it still doesn't work!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sounds-0.8.0+1.20.1-sources.jar | Unknown | 575.89 KiB |
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:OUbsXzqc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZouiUX7t:OUbsXzqc"
}

