promotional bannermobile promotional banner

Fzzy Config

Config API with automatic GUIs, powerful validation options, server-client sync, and more!

File Details

fzzy_config-0.2.8+1.20.1-sources.jar

  • B
  • Apr 25, 2024
  • 295.67 KB
  • 12
  • 1.20.1
  • Fabric + 1

File Name

fzzy_config-0.2.8+1.20.1-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:fzzy-config-1005914:5291079"

Quilt

modImplementation "curse.maven:fzzy-config-1005914:5291079"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions

  • Translatable now has a hasTranslation() and hasDescription method in case an inheritor can have valid descriptions or translations other than via the typical I18n key check.
  • Entry Widget has gained the method widgetAndTooltipEntry, which attempts to apply a description tooltip to a widget, if applicable.

Changes

  • Number settings now have a default description that describes the valid range for the selection.
  • EntryWidget is no longer a functional interface

Fixes

  • Fixed blank line at top of description tooltips.
  • Fixed MapListWidget not properly firing mouseReleased on its children when the mouse is released out of that child's bounds.
  • Fixed suggestion lists not being scrollable or clickable in certain situations.
  • Maps, Sets, Lists, and Ingredients properly display their widgets descriptions, if any.
  • PopupWidgetScreen now correctly shows tooltips on screen even when popups are open.