GooeyLibs

A collection of useful tools for developers to create user interfaces in Forge.

File Details

GooeyLibs-1.12.2-2.2.0.jar

  • R
  • Jul 28, 2022
  • 79.10 KB
  • 1.8K
  • 1.12.2
  • Forge

File Name

GooeyLibs-1.12.2-2.2.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gooeylibs-359996:3904926")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

For anybody who reads these, I have a bad habit of keeping this website up to date! I highly recommend joining the discord in the mod description!

 

Changelog since 2.1.0

  • Added hideFlags method to button builders for controlling which lore attributes to hide.
  • This moves the lore hiding from occurring automatically to being something to opt into.
  • Fixed bug with inventory items having their nbt modified when UI is opened.
  • Items passed into builder are now cloned instead of used directly.
  • This prevents vulnerabilities to items being mutated, and affecting other buttons.
  • Added GooeyButton#of method that takes itemstrack and title.
  • Changed type of next/previous methods in LinkedPage to offer LinkedPage rather than Page.