-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise multiple block updates occurring in the same chunk
We can avoid multiple ticket additions for the same ChunkTasks instance. This will help in situations where significant number of block updates occur for the same chunk in the same tick, such as water draining.
- Loading branch information
1 parent
c9cd94f
commit fb06829
Showing
2 changed files
with
107 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.