v3.0.5
What's Changed
- Fixes the Text Changed String check by @ALongStringOfNumbers in #170
- Fix Animator Crash when Widget is Disabled by @ALongStringOfNumbers in #171
- Fix byte array and BigInteger ByteBufAdapters by @Zorbatron in #172
- Fix PanelSyncManger using the wrong method in
getOrCreateSyncHandler()by @ghzdude in #174 - Refactor DynamicKey to use
Supplier<IKey>by @ghzdude in #175 - Add a second constructor to PosGuiData that takes a BlockPos by @Zorbatron in #178
- Fix SyncHandlers not being set by method during initialization by @ghzdude in #176
- Set gradlew executable bits for *nix users doing stuff from a CLI by @Zorbatron in #177
- Rework sync handler and value validation by @brachy84 in #181
New Contributors
- @ALongStringOfNumbers made their first contribution in #170
Full Changelog: v3.0.4...v3.0.5