Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
0.4.0+1.20.4
Release
Sounds 0.4.03 years ago 3,757
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- Rebranded to “Sounds”
- Updated to 1.20.4
- Added button to open Sounds config in the sound option menu.
- Reorganized configuration screens into three new sections:
- UI Sounds
- Gameplay Sounds
- Mod Sounds
- Added sounds for the following block interactions:
- Repeaters
- Comparators
- Jukeboxes
- Daylight Sensors
- Added sound for interacting with Furnace Minecarts.
- Added sounds for the following game events:
- Positive Status Effect Gain
- Positive Status Effect Loss
- Negative Status Effect Gain
- Negative Status Effect Loss
- Added support for EMI (https://modrinth.com/mod/emi)
- Added new dynamic sounds for:
- Spawn Eggs (Including normal eggs)
- Netherite Upgrade Trim
- Disc Fragment 5
- Brush
- Dragons Breath
- All enchanting books.
- Added new optional
volumeandpitchfields to sound definition files, these will be used to override the default volume and pitch for any specific items specified in the definition. - Changed the functionality of the message mention sound effect.
- For the sound effect to play, your username must be prefixed with an
@symbol in the chat message. - You can disable this in the config.
- For the sound effect to play, your username must be prefixed with an
- Added the ability to ignore system messages for chat sound effects.
- Added option to disable sounds for empty hotbar slots.
- Added “Inventory Typing” sound, which is played when you type into the anvil text or creative inventory search box.
Full Changelog: https://github.com/IMB11/Sounds/compare/0.3.0...0.4.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sounds-0.4.0+1.20.4-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:axpfcbM1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZouiUX7t:axpfcbM1"
}

