"Always Defer Chunk Updates" should be enabled by default
jellysquid3 opened this issue ยท 4 comments
This is the default in Minecraft 1.19+ and a lot of players are complaining about the micro-stutter caused by placing blocks. Enabling this should be fairly safe, since nobody really complains about it in vanilla.
This is slightly annoying, because the configuration file has no concept of "user left this option at default", so we have to find a way to update the option for existing config files.
This is slightly annoying, because the configuration file has no concept of "user left this option at default", so we have to find a way to update the option for existing config files.
Just change the name of this option to a more technical-like one such as "Allow Visual Delay", so the configuration will automatically abandon "Always Defer Chunk Updates" and enable "Allow Visual Delay" by default
This is the default in Minecraft 1.19+ and a lot of players are complaining about the micro-stutter caused by placing blocks. Enabling this should be fairly safe, since nobody really complains about it in vanilla.
Is this basically similar to how the threaded chunk builder is in vanilla? @jellysquid3
This is the default in Minecraft 1.19+ and a lot of players are complaining about the micro-stutter caused by placing blocks. Enabling this should be fairly safe, since nobody really complains about it in vanilla.
Is this basically similar to how the threaded chunk builder is in vanilla? @jellysquid3
Yep. When plenty of chunks are being updated and you are breaking blocks at the same time, both of them led to ghost blocks