Improved FPS limiting for Minecraft Beta 1.7.3. https://go.lostluma.net/fps-limit-fix
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lilly Rose Berner d5fcad6ec7
All checks were successful
build-java / build (push) Successful in 17s
Bump version to 2.0.0
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
2026-08-08 13:46:07 +02:00
.forgejo/workflows Update dependencies 2026-08-08 13:41:11 +02:00
gradle Update dependencies 2026-08-08 13:41:11 +02:00
src/main Update dependencies 2026-08-08 13:41:11 +02:00
.editorconfig Initial commit 2024-11-18 21:45:39 +01:00
.gitattributes Initial commit 2024-11-18 21:45:39 +01:00
.gitignore Initial commit 2024-11-18 21:45:39 +01:00
build.gradle.kts Update dependencies 2026-08-08 13:41:11 +02:00
gradle.properties Bump version to 2.0.0 2026-08-08 13:46:07 +02:00
gradlew Update dependencies 2026-08-08 13:41:11 +02:00
gradlew.bat Update dependencies 2026-08-08 13:41:11 +02:00
LICENSE Initial commit 2024-11-18 21:45:39 +01:00
README.md Update mod metadata 2025-09-15 23:26:59 +02:00
settings.gradle.kts Update dependencies 2025-09-15 22:43:33 +02:00

FPS Limit Fix

Improved FPS limiting for Minecraft Beta 1.7.3 running on the Ornithe Toolchain.

Details

Changes the Power Saver limit from 40 to 60 instead, as this is a more common refresh rate.
Ensures the Balanced limit of 120 FPS is actually adhered to, instead of resulting in no limiting.

Additionally, the built-in FPS limiter is replaced with a vastly superior implementation provided by LWJGL.