Skip to content

Releases: FalsePattern/FalsePatternLib

0.10.4

24 Aug 18:36
ca9292c
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

Fixed incorrect mixin plugin transformer code

0.10.3

23 Aug 19:40
42543dc
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

Actually fixed mixins this time, and also fixed some classloading order problems.

0.10.2

21 Aug 09:16
b493480
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

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]

20 Aug 18:12
0b3c0a9
Compare
Choose a tag to compare
0.10.1 [BROKEN] Pre-release
Pre-release
  • Fixed a classloading order issue that broke configs
  • Added compatibility for MixinBooter-Legacy

0.10.0

17 Aug 19:02
a479935
Compare
Choose a tag to compare
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 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.

0.10 Alpha 1

31 Jul 18:51
0f5ab90
Compare
Choose a tag to compare
0.10 Alpha 1 Pre-release
Pre-release

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

24 Jul 09:52
3a1b2ba
Compare
Choose a tag to compare

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 the MINECRAFT_SHARED_DATA_DIR environment variable

0.9.3

22 Jul 22:03
e3c212a
Compare
Choose a tag to compare

Fixed a critical bug in the dependency loader library.

0.9.2

06 Jul 10:52
1ddb8ca
Compare
Choose a tag to compare

Fixed a crash on servers.

0.9.1-grimless

27 Jun 20:59
66d179e
Compare
Choose a tag to compare

Updated Griomire avoidance check. Use 0.9.1 if you don't have Grimoire installed.