Skip to content

Releases: FalsePattern/FalsePatternLib

1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Feb 08:03
b28285d
  • Reduced memory footprint by a couple of megabytes after the game finishes loading

1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 09:53
e0462f1

Additions

  • OptiFine manipulation API. Useful if you want to disable specific OptiFine patches and replace them with mixins and whatnot

Deprecations

  • updates package - nobody looks at the update checker popups in the log anyways

Internal changes

  • Overhauled the dependency scanner, should be much more performant now

Fixes

  • Crash with LWJGL3ify
  • Crash with Java 21
  • UniMixins
  • ASMUtil incorrect deobf check

Releases

  • API jar release - Only exposes things outside the internal package, should lead to a bit less confusion

1.0.0 Preview 3

Choose a tag to compare

@github-actions github-actions released this 25 Nov 10:26
9c102bd

Fixed crash with LWJGL3ify + Java 21

1.0.0 Preview 2

Choose a tag to compare

@github-actions github-actions released this 19 Nov 18:22
4f7640d
1.0.0-pre02

fix windows path handling

1.0.0 Preview 1

Choose a tag to compare

@github-actions github-actions released this 18 Nov 13:48
f611017

NOTE

This is a PREVIEW release. Things might still be added before 1.0.0 rolls out!
The preview release means that no more APIs will be removed, deprecated, or changed, only added or extended, so 1.0.0 will be backwards compatible with this preview.

Additions

  • OptiFine manipulation API. Useful if you want to disable specific OptiFine patches and replace them with mixins and whatnot

Deprecations

  • updates package - nobody looks at the update checker popups in the log anyways

Internal changes

  • Overhauled the dependency scanner, should be much more performant now

Releases

  • API jar release - Only exposes things outside the internal package, should lead to a bit less confusion

0.12.5

Choose a tag to compare

@github-actions github-actions released this 29 Oct 20:34
b1cf8cb

Fixed configurations syncing multiple times when changing dimensions

0.12.4

Choose a tag to compare

@github-actions github-actions released this 28 Oct 19:43
7061419
  • Fixed server->client config synchronization API internal logic

0.12.3

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:21
Fixed configs not showing up in the GUI, if the field name and the an…

0.12.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 12:07

In-game mod settings now work properly and you no longer need to quit to the main menu.

0.12.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:43
8fdaab9
  • Fix some fatal errors when config validation fails in coremods