In this release the entire plugin was rewritten internally. The notable changes are as follows:
* Added full Minecraft 1.15 & 1.16 support
* Updated to support CustomCrafting v1.6
* Rewrote recipe loading system to be more reliable and compatible with 1.12 through 1.16, you can no longer define autocrafter-only recipes in the configuration directory.
* Restructured major parts of the plugin, all bukkit events were removed.
* Rewrote how autocrafters are saved to the disk, legacy configuration files are read and automatically converted. Backing up your old file is advised however!
* Improved performance in worlds with many autocrafters
* Crafting recipes that produce leftover items (milk bucket -> bucket) now don't consume the leftover item
* Added configuration option to use dispensers as autocrafters
* Fixed issues where autocrafters would take too many items when crafting
* Fixed issues where autocrafters would continue crafting whilst target container was full
* Fixed issues where autocrafters didn't output enough items (e.g. iron block -> iron ingot would only drop a single ingot)
* Fixed issues where autocrafters didn't recognise certain recipes
* Fixed tons more issues!