BentoBoxWorld / TwerkingForTrees

Twerk to make trees grow faster on your island!
Eclipse Public License 2.0
4 stars 1 forks source link

Sync chunk loading #22

Closed tastybento closed 1 year ago

tastybento commented 3 years ago

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.

tastybento commented 1 year ago

Blocks are loaded async using the Paper API