Additions
- None
Changes
- Validated fields are no longer final classes, allowing for custom impl as needed.
Fixes
- Fixed Typo in lang.
- Fixed single player clients getting multiplayer restart message.
Additions
- None
Changes
- Validated numbers lock to textbox widgets if either bound is a MAX or MIN value
Fixes
- Fixed
ValidatedAny
crashing on an object without a 0-arg constructor.
Additions
RequiresRestart
annotation now applicable to classes. Not transitive through Sections yet.
Changes
- None.
Fixes
- Fixed
RequiresRestart
andNonSync
not being able to target java fields
Additions
- Initial release.
Changes
- None.
Fixes
- None.