2.1.1
Compatibility
Changes
Chimes for Fabric requires the Fabric API mod!
Chimes makes its way onto Modrinth! 👋
Chimes v2.1.1 is a hotfix update that fixes a crash that could occur in 2.1.0. The following is a changelog from v2.1.0:
Chimes v2.1.0 redoes some backend things to help support more frequent updates + a few adjustments and bug fixes!
[+] Additions/Changes
- Adjusted some existing Wind Chime sounds to fade out more naturally than before
- Wind Bell Item Customization Descriptions now support translations (Languages not included in this update)
- Slightly reduced the pitch of the Carved Bamboo Wind Chime sounds
[*] Bug Fixes
- Fixed a crash that could occur on startup for versions 1.21.1+
- Fixed a bug that would cause a Customized Wind Bell Item to duplicate when placing a Customized Wind Bell underwater
- Fixed named Glass Wind Bells Items not being able to be customized in a crafting table in some instances
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:mjGOuygR:vPGqp9iv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mjGOuygR:vPGqp9iv"
}

