- Added converter from CataMines
- Added 1.20.5/6 support
- Added Oraxen custom block support
- Made some changes to default config
- Now using different config library (added a fixer for older versions)
- Reduced filesize
- Improved setter performance by ~160%
- Added a config option for setters (you can choose from multiple blocksetters, bukkit, fast, parallel
parallel: Does lots of work at the same time, does not impact tps
fast: Uses a faster method to set blocks, minimally impacts tps
bukkit: Slowest, uses the API to change blocks. Use this if you are expeciencing issues with the others.