Releases: ZockerAxel/CrazyAdvancementsAPI
Releases · ZockerAxel/CrazyAdvancementsAPI
Update 2.1.21 - Update to Minecraft 1.21.4
General Changes:
- Update to Minecraft 1.21.4
Update 2.1.20 - Update to Minecraft 1.21.3
General Changes:
- Update to Minecraft 1.21.3
Update 2.1.19 - Update to Minecraft 1.21
General Changes:
- Update to Minecraft 1.21
2.1.18a - Jitpack Fix
This Update fixes Jitpack still being configured for Java 17
Update 2.1.18 - Update to Minecraft 1.20.5
General Changes:
- Update to MInecraft 1.20.5
- Update to Java 21
2.1.17a - Jitpack Support
This release only adds Build Support using Jitpack.
Update 2.1.17 - Update to Minecraft 1.20.3
General Changes:
- Update to Minecraft 1.20.3
Update 2.1.16 - Packet Fixes
Bug Fixes:
- Fixed Packets not being sent
- Fixed Events not firing for Players switching or closing their advancement tab/screen
Update 2.1.15 - Update to Minecraft 1.20.2
General Changes:
- Update to Minecraft 1.20.2
API Changes:
AdvancementProgress(Map<String, Criterion<?>>, String[][])
is now deprecated, useAdvancementProgress(String[][])
insteadPacketConverter.createDummy(NameKey)
is now deprecated as it is no longer required for creating fake parent advancements
Update 2.1.14 - Update to Minecraft 1.20
General Changes:
- Update to Minecraft 1.20
Note: For now, telemetry events are turned off for Advancements created with this API (Mojang introduced them in 1.20), in the future there might be a way to turn them on for advancements created with this API.