Skip to content

Releases: FalsePattern/FalsePatternLib

0.10.10

05 Sep 19:56
dc27fce

Choose a tag to compare

Fixed string config fields always resetting to default.

0.10.8

01 Sep 18:34
bdf73dd

Choose a tag to compare

0.10.8 Pre-release
Pre-release
  • Updated to work with GasStation (my new mixin library, an unofficial successor to SpongeMixins). Note: it still works with both SpongeMixins, Grimoire, MixinBooterLegacy, and GasStation!

Modrinth: https://modrinth.com/mod/fplib/version/0.10.8
CurseForge: https://www.curseforge.com/minecraft/mc-mods/fplib/files/3962604
Maven: https://mvn.falsepattern.com/#/releases/com/falsepattern/falsepatternlib-mc1.7.10/0.10.8

0.10.7

31 Aug 18:26
84b934d

Choose a tag to compare

0.10.6

30 Aug 19:19
efb8891

Choose a tag to compare

0.10.6 Pre-release
Pre-release
  • Fixed a crash when configs get used really early
  • Added checksum verification for already downloaded libraries (for disk corruption, etc.)

Modrinth: https://modrinth.com/mod/fplib/version/0.10.6
CurseForge: https://www.curseforge.com/minecraft/mc-mods/fplib/files/3959161
Maven: https://mvn.falsepattern.com/#/releases/com/falsepattern/falsepatternlib-mc1.7.10/0.10.6

0.10.5

25 Aug 18:52
7c8c2cc

Choose a tag to compare

0.10.5 Pre-release
Pre-release

Another crash fix

0.10.4

24 Aug 18:36
ca9292c

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

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

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

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

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.