v2.0

Sn0wStorm 2019-12-13 13:08:28 +01:00
parent fdcedace7e
commit 0413379c64

@ -1,3 +1,34 @@
### v2.0 <sub><sup>13.12.2019</sub></sup>
* BIG: New Recipe Options with Custom Items
* Define Custom Items in the config for recipes, using Name, Lore, Plugin and/or Material
* Changed how Cauldron Base Potions work, now defined as Cauldron-Recipes
* Add Custom Lore, drink-commands, drink-messages to Brews
* New Default Recipes
* BIG: New Brew Save System
* Save Brew data on the Item itself for more reliability
* allows items to be copied and modified!
* Much more robust, reliable and better performance
* Uses NBT or a custom Lore Save System for older Minecraft Versions
* BIG: Revamped Lore System
* Stars in the brew lore showing the quality of the brew
* Show alcohol content when dropping any brew into the Distiller
* Configurable in Config
* Better order in lore and allow for modification by admin or other plugins
* BIG: Performance Improvements
* Redesigned some data structures
* Retrieving Barrels by BoundingBox
* Distilling process improved
* Lots of under the hood changes and improvements
* BIG: Full Developer API with Events
* Allow Plugins to add new Recipes
* Access to most parts of Brewery and the brewing process
* Added JavaDocs and simple api methods
* FIX: Some issues with Hoppers in the brewing process
* FIX: Make reloading config way more robust
* FIX: Brew Create by Command with space in recipe name
* NEW: Language File Updater
* STILL: Support for older Minecraft versions, tested down to 1.8
### v1.8.2 <sub><sup>11.10.2019</sub></sup>
* FIX: Drinking Animation Bug when opening a barrel with Potion in hand in 1.14
* FIX: Reapply Potion Effects even if the player has got them already