Compatibility
Minecraft: Java Edition
26.1
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 5 days ago
Tired of jittery FPS? Advanced FPS Limiter replaces Minecraft’s loose FPS limiter with rock-solid, precise frame pacing for a butter-smooth experience.
What this mod does
This mod greatly improves minecraft's native FPS limiter.
This can help with:
- more stable frame rate
- lower power consumption (especially useful for laptop users)
- smoother and more consistent gameplay
Limiting FPS is especially useful when your system produces far more frames than your monitor can display, which otherwise causes unnecessary GPU workload.
When this mod is useful
This mod is particularly useful if you:
- want to cap your FPS to an exact value (for example 60, 90 or 120)
- want stable frame pacing
- want to reduce unnecessary GPU usage
Technical
Advanced FPS Limiter replaces the internal limitDisplayFPS logic with a high-precision hybrid waiting loop. By
utilizing glfwWaitEventsTimeout and LockSupport.parkNanos, it hits the frame target with near-perfect accuracy
without burning your CPU.


