Links
Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last month
All versions
3.0.0
Release
v3.0.03 years ago 869
Compatibility
Minecraft: Java Edition
1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
This update comes with some breaking changes due to a rework of how Dynamic FPS works.
Breaking Changes:
- All settings can now be configured individually for the hovered, unfocused, and invisible window states
- Updating will reset your config, as there is many more options and we've switched to a new storage backend
- The mod ID has changed from
dynamicfpstodynamic_fps, this might affect dependency declarations and/or overrides
Regular Old Changes:
- Fix minimization sometimes not being detected (PR 95 by @juliand665)
- Allow dynamically reducing graphics settings to two new presets (PR 96 by @EuropaYou)
- Fix toast delay mechanism making the toast popup disappear instantly on unfocus (PR 98 by @LostLuma)
- Apply screen optimization / disable terrain rendering in stats screen (PR 99 by @LostLuma)
- Add power states system / allow for far more customizability (PR 101 by @LostLuma)
- Add reduced FPS info to debug screen (PR 102 by @LostLuma)
- Added and updated translations (contributed by @ImVietnam, @EuropaYou, @LostLuma)
Miscellaneous Notes:
- The mod archive is now roughly half the size from before!
- Incompatiblity with Remove Reloading Screen / rrls was fixed
Thanks to all external contributors!

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:BRhzFUHi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LQ3K71Q1:BRhzFUHi"
}



