Advanced FPS Limiter
作者:rebot | 分类:模组
Minecraft 版本: 26.1-snapshot-11 26.1-pre-1 26.1-pre-2 26.1-pre-3 26.1-rc-1 26.1-rc-2 26.1-rc-3 26.1 26.1.1-rc-1 26.1.1 26.2-snapshot-1 26.1.2-rc-1 26.1.2 26.2-snapshot-2 26.2-snapshot-3 26.2-snapshot-4 26.2-snapshot-5 26.2-snapshot-6 26.2-snapshot-7 26.2-snapshot-8 26.2-pre-1 26.2-pre-2 26.2-pre-3 26.2-pre-4 26.2-pre-5 26.2-pre-6 26.2-rc-1 26.2-rc-2 26.2
平台: fabric
标签: optimization
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.
请登录后举报
暂无评论,抢个沙发吧~