Skip to content

Releases: FalsePattern/FalsePatternLib

0.10.12

Choose a tag to compare

@github-actions github-actions released this 30 Sep 12:54
ab18b45
  • Migrated library folder from ./mods/falsepattern to ./falsepattern to avoid some classloading problems.
  • Fixed forge throwing errors because of module-info.class from libraries meant for newer java versions.

0.10.11

Choose a tag to compare

@github-actions github-actions released this 25 Sep 12:30
6240cc1

Getting rid of some minor bugs that were still here since 0.10.0:

  • Configs sometimes didn't initialize their defaults properly
  • DependencyLoader.loadLibrary(...) no longer marked for removal (compat for mods wanting to support older fplib versions)
  • Cleaned up some spaghetti code

0.10.10

Choose a tag to compare

@github-actions github-actions released this 05 Sep 19:56
dc27fce

Fixed string config fields always resetting to default.

0.10.8

0.10.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 18:34
bdf73dd
  • 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

0.10.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:26
84b934d

0.10.6

0.10.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:19
efb8891
  • 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

0.10.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 18:52
7c8c2cc

Another crash fix

0.10.4

0.10.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:36
ca9292c

Fixed incorrect mixin plugin transformer code

0.10.3

0.10.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:40
42543dc

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

0.10.2

0.10.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:16
b493480

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