作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4
平台: fabric
标签: optimization
A Fabric client-side mod that reduces chunk loading stutters by dynamically spreading chunk processing across multiple frames based on your current FPS.
LazyChunks monitors your real-time FPS and limits how much chunk work is processed each frame.
When FPS drops below a configurable threshold, chunk loading is slowed down instead of causing sudden frame drops.
When FPS is high, chunks load faster to keep the world responsive.
This results in smoother gameplay, especially during fast movement, elytra flight, or exploration.
Config file is created at .minecraft/config/lazy_chunks.json on first launch.
| Option | Default | Description |
|---|---|---|
| lazyChunkLoadingEnabled | true | Enable/disable the mod |
| targetFps | 60 | Baseline FPS for budget calculation |
| fpsThreshold | 80 | FPS above which throttling is disabled (vanilla behavior) |
| baseWeightPerFrame | 3.0 | Base amount of chunk work allowed per frame at target FPS |
| maxFrameTimePercent | 12.0 | Max percentage of frame time for chunk processing (1-20) |
| proactiveThrottling | true | Reduce budget when frame times are unstable |
| teleportProtection | true | Extra conservative throttling after teleports/dimension changes |
| minimumBudget | 3.0 | Minimum weight budget to prevent complete stalls |
Press F3 to see real-time throttling stats in the debug overlay.
Designed to work alongside Sodium, Lithium, and other optimization mods (different layers of the pipeline). If you encounter issues, please report them here.
Licensed under LGPL-3.0
请登录后举报
暂无评论,抢个沙发吧~