Initial update to 1.20.3, mostly minor changes but just a few things of note:
Removed AdvancementHelperImpl#asResourceLocation, as some places now want an Optional and all of its uses would be either what CraftNamespacedKey#toMinecraft is or creating an Optional.
Spigot's Enchantment API is now directly backed by their registry API, so removed the special handling to put enchantments into their maps (their registry is obv backed by the NMS one, so what we have right now seems to just work™️ from a quick test).
Scoreboard stuff changed a lot, modified what we have right now to produce the same result as before (afaics), but will need some work to properly utilize new features.
Not sure if the Denizen version should be bumped? there aren't many internal changes.
Initial update to 1.20.3, mostly minor changes but just a few things of note:
AdvancementHelperImpl#asResourceLocation
, as some places now want anOptional
and all of its uses would be either whatCraftNamespacedKey#toMinecraft
is or creating anOptional
.Enchantment
API is now directly backed by their registry API, so removed the special handling to put enchantments into their maps (their registry is obv backed by the NMS one, so what we have right now seems to just work™️ from a quick test).