Improved FPS limiting for Minecraft Beta 1.7.3. https://go.lostluma.net/fps-limit-fix
Find a file
Lilly Rose Berner f7fe6cb06f
All checks were successful
build-java / build (push) Successful in 32s
Disable Minecraft jar verification
These do not exist for the version we're targeting.

Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
2026-01-13 21:10:16 +01:00
.forgejo/workflows Update actions 2026-01-13 21:06:38 +01:00
gradle Update Loom and Ploceus to 1.13.x 2026-01-13 21:04:20 +01:00
src/main Add missing argument to GameRenderer mixin 2026-01-13 21:07:45 +01: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 to intermediary gen 2 2026-01-13 21:07:14 +01:00
gradle.properties Disable Minecraft jar verification 2026-01-13 21:10:16 +01:00
gradlew Update dependencies 2025-09-15 22:43:33 +02:00
gradlew.bat Update dependencies 2025-09-15 22:43:33 +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.