What's Changed
- Provided version-agnostic custom model data API compatibility layer to fix support for 1.21.4+ resourcepacks by Supermarcel10 in https://github.com/Supermarcel10/HatCosmetics/pull/35
- Fixed issue with hat equip by Supermarcel10 in https://github.com/Supermarcel10/HatCosmetics/pull/35
- Fixed issue with helmet exists condition for GUI equip by Supermarcel10 in https://github.com/Supermarcel10/HatCosmetics/pull/35
- Updated example resourcepack by Supermarcel10 in https://github.com/Supermarcel10/HatCosmetics/pull/35
Full Changelog: https://github.com/Supermarcel10/HatCosmetics/compare/2.1.2...2.2.0
- Fixed Version Initialisation Exception in ModrinthAPIClient with certain versions of Java.
Bug Fixes
- Fixed a bug where a hat could be moved to the intentory if a helmet was equipped by right clicking in the world.
- Thanks to hellay for reporting the bug on Discord.
Changes
- Added v3 prototype for version checking. This version checker will check against Modrinth rather than SpigotMC. It also has a more robust checking system which can be expanded on further.
- Added GitHub Actions for automatic builds for releases (these are currently disabled, but will be useful in the near future).
Fixed major 1.21 support issues
This was caused in 2.0.2 by the original release of 1.21 support.
- Updated to 1.21
- Fixed minor compatibility issues by supporting a wider range of Java versions (JDK16 to JDK21).
