Skip to content

Releases: FalsePattern/FalsePatternLib

0.10 Alpha 1

31 Jul 18:51
0f5ab90

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

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

Choose a tag to compare

Fixed a critical bug in the dependency loader library.

0.9.2

06 Jul 10:52
1ddb8ca

Choose a tag to compare

Fixed a crash on servers.

0.9.1-grimless

27 Jun 20:59
66d179e

Choose a tag to compare

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

0.9.1

25 Jun 11:06
8712fdf

Choose a tag to compare

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

0.9.0

20 Jun 22:52
2597cd1

Choose a tag to compare

  • 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

15 Jun 20:15
9dfbdb5

Choose a tag to compare

  • Added FileUtil
  • Typo fixes
  • ConfigurationManager can now be used whenever, not only after construction

0.8.0

12 Jun 10:08
b4eaced

Choose a tag to compare

0.8 added features:

  • Asynchronous worker: for running stuff that take a long time. Useful for thing such as starting a download during preInit, whose results you will only require int init/postInit/way later
  • Update checker: An API with an included file spec for automatic update checks. Also includes a utility for converting update notices into chat-sendable IChatComponent lists. FalsePatternLib itself includes update checks for all of my mods that are available on Modrinth.
  • Render utility: A tiny helper class that exposes the partialTickTime from the minecraft instance (client only)
  • Language utility: A tool for defining default language values directly in code

0.8.0-pre01

11 Jun 18:57
ac55a66

Choose a tag to compare

0.8.0-pre01 Pre-release
Pre-release

Notice: This is a pre-release, the api MAY change in the final release.

0.8 added features:

  • Asynchronous worker: for running stuff that take a long time. Useful for thing such as starting a download during preInit, whose results you will only require int init/postInit/way later
  • Update checker: An API with an included file spec for automatic update checks. Also includes a utility for converting update notices into chat-sendable IChatComponent lists. FalsePatternLib itself includes update checks for all of my mods that are available on Modrinth.