Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.2 BaseFinder bedrock finder, NewChunks update
***NewerNewChunks Updates*** - Made the code for detecting new palettes in the Overworld instead work for any dimension other than the End or Nether to make it potentially work in servers with illegal dimensions from plugins. - Made the taskExecutor for loading chunkdata multi-threaded instead of single threaded. - Improved NewerNewchunks performance again and optimized the code just a bit. ***BaseFinder Updates*** - Added an option enabled by default which detects un-natural bedrock placement in the Nether and Overworld. The End dimension is left out for now because of end gateways. - Made the taskExecutor for loading chunkdata multi-threaded instead of single threaded. - Added "Detection Y Minimum" and "Detection Y Maximum" options so you can limit where the basefinder is scanning for bases. - Deleted the BaseFinder's ".base" command because all of it's functionalities are just in the options menu for BaseFinder (this allowed me to easily improve the BaseFinder code a bit). - Optimized the code a bit in this module too.
- Loading branch information