- Added 1.21.1 support
- Some fixes to 1.21 paper support
- Added support for ItemsAdder furnitures
- Added 1.21 support
- Added ItemsAdder custom block support, you need to prefix your custom blocks with
itemsadder:
- 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.
- Release