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
Additions
Translatablenow has ahasTranslation()andhasDescriptionmethod in case an inheritor can have valid descriptions or translations other than via the typical I18n key check.Entry Widgethas gained the methodwidgetAndTooltipEntry, 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.
EntryWidgetis no longer a functional interface
Fixes
- Fixed blank line at top of description tooltips.
- Fixed
MapListWidgetnot properly firingmouseReleasedon 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.
PopupWidgetScreennow correctly shows tooltips on screen even when popups are open.

