Links
Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last month
All versions
3.4.0
Release
v3.4.02 years ago 102
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Quilt
Supported environments
Client-side
Required content
Changes
New Features:
- Add Forge and NeoForge support (PR 164 by @LostLuma)
- Add option to disable main menu frame rate limit (PR 161 by @LostLuma)
- Add LOLCAT translation, update Pirate Speak translation (PR 162 by @Pixaurora)
- Add config option to disable the mod without displaying the HUD warning (PR 166 by @LostLuma)
- Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png
Other Changes:
- Some redundant config entries are no longer stored on disk
- Fix settings not immediately changing back when focusing the window and idle mode is active in the config (PR 159 by @LostLuma)
- Update Russian translation (PR 160 by @mpustovoi)
- Update Polish translation (PR 163 by @raspberrygitq)
- Fix sounds pausing and resuming at the wrong times (PR 165 by @LostLuma)
- Fix music not always being paused when volume is set to zero
- Fix sounds resuming when the game is paused and the user navigates away from it
- Fix crash loading configs containing unknown sound categories (PR 167 by @LostLuma)
- Fix crash on startup when a mod adding new sound categories got removed from an installation
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:LQ3K71Q1:OeMT2cC8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LQ3K71Q1:OeMT2cC8"
}



