Better chunk loading[Forge/Fabric]

Better chunk loading[Forge/Fabric]

18M Downloads

[Bug]: Chunk Freeze

POCKET-CATTT opened this issue ยท 1 comments

commented

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

commented

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