Links
Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last month
All versions
3.3.0
Release
v3.3.03 years ago 700
Compatibility
Minecraft: Java Edition
1.18.x
1.17.x
1.16.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
New Features:
- Add support for configuring the volume multiplier for each sound category (PR 140 by @LostLuma)
- Now you can mute music and keep everything else, or do whatever you like!
- Add new optional Idle mode (PR 141 by @LostLuma)
- Choose a timeout between one and thirty minutes to activate
- Configure all settings you're already used to while idling
- This may or may not work with controller mods, this is (at least right now) not officially supported
Other Changes:
- Improve config screen (PR 131 by @LostLuma)
- Instead of showing internal values the FPS slider now has an "Unlimited" label
- Added tooltips to explain what the graphics options, toast, and garbage collector settings do
- Remove the 60 FPS limit on the pause screen (PR 134 by @LostLuma)
- This has been superseded by the new idle mode as it has caused some of our users issues
- Fix potential thread safety bug involving other mods (PR 135 by @LostLuma)
- As far as I'm aware this has never caused an issue, however it has been fixed anyway
- Improved config file handling (PR 139 by @LostLuma)
- The file should no longer be able to be corrupted while being written
- The config is no longer written to disk every time the game is started
- Updated Turkish translations (PR 142 by @EuropaYou)
- Updated Swedish translations (PR 143 by @Taarek)
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:ufaW1r8S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LQ3K71Q1:ufaW1r8S"
}



