Skip to content

0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 19:02
· 175 commits to master since this release
a479935

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 by util.MathUtil.
  • float values in configs. Use doubles 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.