Closed tastybento closed 1 year ago
When twerking, the addon indirectly loads chunks by referencing Block. This causes sync loading of chunks not already loaded, which can cause lag.
Set the twerking range to be large. Have player twerking.
Chunks should load async.
Blocks are loaded async using the Paper API
Description
Describe the bug
When twerking, the addon indirectly loads chunks by referencing Block. This causes sync loading of chunks not already loaded, which can cause lag.
Steps to reproduce the behavior
Set the twerking range to be large. Have player twerking.
Expected behavior
Chunks should load async.