Links
Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last month
All versions
3.8.0
Release
v3.8.0last year 234
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Changes
- Add option to ignore mouse inputs while the window is unfocused (PR 244 by @LostLuma)
- Allows clicking on the game window without punching or using your current item
- This option is disabled by default, and can be enabled in all situations or while in a world only
- Organize options into collapsible groups on general options screen (PR 242 by @LostLuma)
- Fix stuttering while reducing the frame rate (PR 241 by @LostLuma)
- This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing
- Fix rendering being blocked initially enabling the battery feature (PR 243 by @LostLuma)
- Update German translations (PR 238 by @Lucanoria)
- Update Simplified Chinese translation (PR 239 by @Q2297045667)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dynamic-fps-3.8.0+minecraft-1.19.4-forge-sources.jar | Unknown | 114.98 KiB |
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:lJw9Jzxf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LQ3K71Q1:lJw9Jzxf"
}


