Lazy Chunks
No reviews yet
Reduces stutters by spreading chunk loading across multiple frames
Enhances game performance and optimizes resource usage.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
LazyChunks
A Fabric client-side mod that reduces chunk loading stutters by dynamically spreading chunk processing across multiple frames based on your current FPS.
What It Does
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.
Configuration
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 |
Debug
Press F3 to see real-time throttling stats in the debug overlay.
Compatibility
Designed to work alongside Sodium, Lithium, and other optimization mods (different layers of the pipeline). If you encounter issues, please report them here.
License
Licensed under LGPL-3.0
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers