-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
***NewerNewChunks Code Optimizations:*** - Prevented color mixing. The new default chunk color format is as follows: **Red:** New chunk, never loaded before.\ **Green:** Old chunk, only loaded in 1.18 or after.\ **Yellow-Green:** Old Generation chunk, only loaded in 1.17 or before for OVERWORLD, 1.13 or before in END, or 1.15 or before in NETHER (defined by static means, the state does not change).\ **Orange-Yellow:** Old chunk (1.17 or before) being currently updated to 1.18 or after (defined by dynamic means, the state does change if someone visits and leaves).\ - Optimized and fixed codes to make chunk detection run faster and with less lag. Made the code a bit cleaner too. - Improved Nether and Overworld old generation chunk detectors by adding more blocks for them to detect. - Made End old generation chunk detector only run it's code in the End (improve performance). - Renamed "OlderOldChunkData.txt" to "BeingUpdatedChunkData.txt" to better represent what chunk positions it contains. To migrate that chunk data please rename the same files in this folder "TrouserStreak/NewChunks/" for each server you want to migrate the data. - Changed module description removing the thing talking about writer index capacities because we do not use that anymore. - Added the default color descriptions to README.md - Updated the .world command to more often show if the chunk is pre 1.17 generation in the Overworld.
- Loading branch information
Showing
5 changed files
with
225 additions
and
413 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
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
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.