0.11.0
Look ma, no alpha!
New stuff:
- Upgraded to version checker API v2 (reference endpoint: https://falsepattern.com/mc/api/v2/versions.json)
- Added a data-driven way to pull runtime dependencies (see https://github.com/FalsePattern/FalsePatternLib/blob/master/src/main/resources/DEPENDENCIES.md)
Internal changes/fixes:
- Removed the update checker chat spam (suggested on discord)
- Weakened the NonUpdate logic from a bypass to a warning to dispel claims of "DRM" and "malware"
- Added modern java compatibility to some of the reflection logic
- Fixed a bug on Windows systems where the mixin plugin interface would spam the log with buggy paths
API Deprecations:
- Deprecated the
com.falsepattern.lib.dependencies
programmatic API. See above for the new way to handle dependencies. This API will stay for legacy compatibility purposes, but should not be used in new projects, as the data-driven system is much more robust