Removed thread priority & thread count settings in exchange for a single parallelism field. The default is -1 (total cpu cores) or -2 (half cpu cores). Or an absolute value of your choosing.
Dramatically improved locking issues when generating chunks. This can improve the efficiency of Iris (being able to use more cpu for generating instead of waiting for another thread to finish something)
Lots of stability improvements during pregeneration (headless)