CA Update 1.7 - Updates to Advancement Coordinates
This update brings a few more features, but most importantly removes the bug that advancement tabs could flicker when negative coordinates were used.
New Features:
-
AdvancementManager#update(Player player, Advancement... advancementsUpdated) =>
AdvancementManager#updateProgress(Player player, Advancement... advancementsUpdated) - Added
AdvancementManager#update(Player player) and
AdvancementManager#update(Player player, NameKey tab) - Added
Advancement#getTab() which returns their advancement tab
- Added
Advancement#getRootAdvancement() which returns the root advancement of the advancement's tab
Bugs fixed:
- Fixed
Advancement#setCriteria(int criteria) not updating the criteria if the advancement had previously already been added to any manager
- Fixed
CrazyAdvancements#clearActiveTab(Player player) not working and printing an error into the console
- Fixed Advancement Flickering when using negative coordinates
- Minor Bug fixes