|
@@ -1,4 +1,7 @@
|
|
|
Version 2.2.010
|
|
|
+ # TODO: Fix not moving mcMMO custom ingredients from hopper -> brewing stand
|
|
|
+ # TODO: Fix some potions are not rewarding XP ( strength 2, etc )
|
|
|
+ BrewingStand now remember who owns them, this persists across restarts (see notes)
|
|
|
Fixed rare NPE in mcMMO events when player data was unable to be retrieved
|
|
|
Fixed a NPE that could happen when damaging armor with Axes
|
|
|
Fixed a bug where Alchemy brewing would be cancelled if the player died
|
|
@@ -35,6 +38,7 @@ Version 2.2.010
|
|
|
(API) Added ctor AlchemyBrewCheckTask(org.bukkit.block.BrewingStand)
|
|
|
|
|
|
NOTES:
|
|
|
+ You can now use hoppers and brewing stands and not have to worry about having to re-interact with the brewing stand over and over again
|
|
|
This is not an exhaustive list of API changes in this update, but most of them should be documented here.
|
|
|
|
|
|
Version 2.2.009
|