Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
Minor version changelog
Bugfix and config management!
- Now handling config versioning, so loading old config formats will be properly handled. This stops crashes and/or losing old configurations. Resolves #11
- Fixed issue where the mod was overriding game configs, rather than being multiplied together. Resolves #10, #12
Major version changelog
Updated to 1.20.5!
Since the last release, I've opened up a Discord server so you can discuss my mods and get updates when new releases are made available.
A couple of big changes have been added to this version to make it a lot more convenient to identify sounds in the game. Specifically:
Added a button next to each volume slider which allows you to play that sound, making it easier to test your new volumes.
Added a button allowing you to display sound IDs in the subtitles section to make it much easier to identify sounds.
On the technical side of things, the update to 1.20.5 broke a lot of the underlying code.
Near-total rewrite of sound handling
Near-total rewrite of the UI rendering
Updated screenshots in README
Renamed mixins to be unique
I hope you enjoy the changes!
Optional dependencies
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:uY9zbflw:KssmSCiw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uY9zbflw:KssmSCiw"
}

