0.10.0
Pre-release
Pre-release
A short break from hiatus edition.
Added:
- ASM and Reflection helpers (will be extended in 0.11)
- Notch/SRG/MCP mapping helpers
- Better StableAPI/Deprecation logic
- Strong range checks for config values
- Automatic config synchronization
- Optional multithreaded library downloads
Deprecated:
compat.MathHelper
(will be removed in 0.11). Replaced byutil.MathUtil
.float
values in configs. Usedouble
s instead, as they are natively supported by forge's config backend. (will be removed in 0.11)
Removed:
- AsyncUtil (was deprecated in 0.9)
And of course, i did a lot of back-end refactors.