Releases: FalsePattern/FalsePatternLib
0.10.4
Fixed incorrect mixin plugin transformer code
0.10.3
Actually fixed mixins this time, and also fixed some classloading order problems.
0.10.2
Fixed some more bugs:
- String config fields were not detected
- Config string validation code was incorrect
- ASM helper code did not output any data when writing class to byte array
- IMixinPlugin backwards compatibility logic was broken
0.10.1 [BROKEN]
- Fixed a classloading order issue that broke configs
- Added compatibility for MixinBooter-Legacy
0.10.0
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.
0.10 Alpha 1
Extremely early alpha release, there is still a lot of stuff missing.
This is only here so that people who have been waiting for some certain features can start using them quickly. Note that the APIs marked with StableAPI(since = "0.10.0") SHALL NOT be considered stable during the alpha phase!
This is a github-only release, recommended only for developer use.
0.9.4
Improved the dependency downloader:
- Now it can verify checksums and retry downloading a file when the check fails
- You can specify a custom download directory using either the
-Dminecraft.sharedDataDir
JVM argument, or theMINECRAFT_SHARED_DATA_DIR
environment variable
0.9.3
Fixed a critical bug in the dependency loader library.
0.9.2
Fixed a crash on servers.
0.9.1-grimless
Updated Griomire avoidance check. Use 0.9.1 if you don't have Grimoire installed.