Tags
Creators
Details
1.1.4+1.20.1
Compatibility
Required content
Changes
- Added Simplified Chinese translations, thank you to @Chiloven945
- Added Russian translations, thank you to @mpustovoi
- Fixed sound spam when sorting inventories with Inventive Inventory
- Mitigated sound spam when using Chat Patches
- Fixed sound spam when moving lots of items across inventories, such as within the shulker box screen, by adding item sound cooldown configuration options.
This will be the last update for 1.20.4 and 1.20.6, please migrate to 1.20.1 or 1.21 to continue to recieve update. I can also announce that the next update will be on Forge+NeoForge! Join the Discord to stay up-to-date
Developing this mod takes time and effort, especially when trying to find suitable SFX for items and blocks, consider supporting me on Ko-Fi here: https://ko-fi.com/mineblock11
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:BNW5jbkR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZouiUX7t:BNW5jbkR"
}


