promotional bannermobile promotional banner

Fzzy Config

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

fzzy_config-0.3.3+1.21-rc1

File namefzzy_config-0.3.3+24w21b.jar
Uploader
fzzyhmstrsfzzyhmstrs
Uploaded
May 24, 2024
Downloads
2.3K
Size
1.2 MB
Mod Loaders
FabricQuilt
File ID
5368974
Type
B
Beta
Supported game versions
  • 1.21-Snapshot
  • 1.20.6

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

What's new

Additions

  • None.

Changes

  • Updated the ValidatedIngredient interface to a new popup with two list editors, list viewers, and "Clear" buttons.
  • Added a supplyTooltipOnOverflow method to SuppliedTextWidget that allows for provision of a tooltip in case the text widget overflows and "trims" the input. This can be identical to the text supplier (can be the text supplier instance itself), or can be a separate supplier with, for example, newlines instead of commas separating text elements

Fixes

  • ValidatedIngredient now supports both tags and item IDs, instead of just item ids. The constructor now accepts Set<Object>, which can be composed of TagKeys and Identifiers (for tags and items, respectively)