Skip to content

Releases: FalsePattern/FalsePatternLib

0.10.1 [BROKEN]

0.10.1 [BROKEN] Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:12
0b3c0a9
  • Fixed a classloading order issue that broke configs
  • Added compatibility for MixinBooter-Legacy

0.10.0

0.10.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:02
a479935

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

0.10 Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 18:51
0f5ab90

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

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:52
3a1b2ba

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

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:03
e3c212a

Fixed a critical bug in the dependency loader library.

0.9.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:52
1ddb8ca

Fixed a crash on servers.

0.9.1-grimless

Choose a tag to compare

@github-actions github-actions released this 27 Jun 20:59
66d179e

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

0.9.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:06
8712fdf

Disabling the update checker in the config no longer crashes the game.

0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:52
2597cd1
  • Deprecated AsyncUtil, will be removed in 0.10.
  • Added some config GUI helper classes, making forge config menus is now a breeze.

0.8.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 20:15
9dfbdb5
  • Added FileUtil
  • Typo fixes
  • ConfigurationManager can now be used whenever, not only after construction