-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*1.1.9* New and Old Chunk detection accuracy improved
- Improved New and old chunk detection accuracy by allowing NewerNewChunks to loop through all of the non empty chunk sections for more accurate quantification of new and old chunks if there are structures generating. - Removed the thing that doubled the weight of a new sections for the newchunk quantifier in the code if the section had structure generation. This hopefully will reduce some false positives. - Changed the threshold for the newchunk quantifier from 65% sections being new to 51%. This is only applicable when the chunk isn't immediately defined as new by the first chunk section. (This may improve accuracy) - Made reloading chunk data when switching worlds instant as opposed to being after a few ticks in NewerNewChunks and BaseFinder. - Gave the SignAura options in BetterAutoSign their own section (options for automatically writing signs within reach).
- Loading branch information
Showing
5 changed files
with
33 additions
and
49 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
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