Tags
Creators
Details
0.7.0+1.20.4
Compatibility
Required content
Changes
This update changes quite alot of the sounds to be directly equivalent to their extrasounds version - you will need to delete your configuration files if you wish for these to be applied.
A few notable changes are:
- Creative inventory shift-delete (clear inventory) action is now the “fizzing” sound.
- Typing is more low-pitched and quieter. Inventory and chat typing are now equal.
- Mention plings are clearer and quieter too.
- New “invalid action” sound that plays when you try perform an inventory action that isn’t allowed (eg: placing a stack onto another stack of the same item type)
- Potion sound effects are less intrusive and more seamless.
There are also some new features! These include:
- Added compatability for controller mods for the config screen.
- Added narrator support for config screen.
- Added sound for filling a flower pot with a plant.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sounds-0.7.0+1.20.4-sources.jar | Unknown | 587.52 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:EXAj1XnJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZouiUX7t:EXAj1XnJ"
}

