All versions
1.0.3
Release
ChaseSoundMod 1.0.36 months ago 266
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
v1.0.3
- Resource pack folder cleanup:
- Migrates legacy folder “ChaseSounds_Custom_Sounds” into “ChaseSoundMod_Custom_Sounds”.
- Automatically enables the correct pack on startup.
- Modern UI improvements:
- More transparent “glass” panel look (soft shadow + subtle gradient).
- Better list styling and scrollbar rendering.
- Search clear button (✕), empty-state labels, and small usage hint text.
- Fixed scrollbar issues when deleting entries near the bottom.
- Cleaner header divider and button labels (Import / + Add / Close).
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:kzpPqAD8:Kgm2GX7F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kzpPqAD8:Kgm2GX7F"
}

