Skip to content

Releases: FalsePattern/FalsePatternLib

0.9.1

25 Jun 11:06
8712fdf
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

0.7.1

08 Jun 16:58
779d815
Compare
Choose a tag to compare
add builder pattern to dependency loader

0.7.0

08 Jun 15:01
95318b2
Compare
Choose a tag to compare

Code cleanup, and removed classes that were deprecated in 0.6 (namely, the com.falsepattern.lib.api package. Use the com.falsepattern.lib.dependencies package instead)

0.6.2

07 Jun 21:40
4cea2cd
Compare
Choose a tag to compare

Bugfixes and code refactoring

0.6.1

07 May 19:06
51995e6
Compare
Choose a tag to compare

Additions:

  • Backported BlockPos, ChunkPos, Vec3i, and Rotation from 1.12.2
  • Backported GuiLabel from 1.12.2
  • Added 1.12.2-style annotation-based configurations to replace the legacy config system
  • Added a 1.12.2-style text formatting utility for easily rendering text or sending text in chat with colors, styles, and line breaks
  • Added ResourceUtil, a utility class for easily reading data from jar resources

Changes:

  • Moved the dependency loader into a separate package, split from the FalsePatternLib mod class

Deprecations:

  • Deprecated the api package, all of the classes in that package were just wrappers for the dependency loader logic

Removals:

  • None

0.6.0

07 May 18:25
775db78
Compare
Choose a tag to compare

DO NOT USE, FAULTY VERSION, USE 0.6.1