![Better chunk loading[Forge/Fabric]](https://media.forgecdn.net/avatars/thumbnails/861/519/256/256/638269254479355298.png)
[Bug]: Chunk Freeze
POCKET-CATTT opened this issue ยท 1 comments
Describe the bug you're experiencing
Chunk Freeze
This issues crash my game "sometime"
I also post this issues to modernfix
embeddedt/ModernFix#502
Reproducability
Walking around and step into a new chunk
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.20.1
Modloader version
Forge
Logs
https://gist.github.com/POCKET-CATTT/f427e0f8c982a72d896bd9b892b7d136
That is just better chunkloading slightly post-poning the vanilla chunk postprocessing and applying it later. The actual issue why this would crash is that the chunk loading here gets stalled by something else, not much I can do about.
You can turn of better chunkloadings later post processing by turning off the 'enableSmartPostProcessing' feature in the config, maybe that'll help you