promotional bannermobile promotional banner

Fzzy Config

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

File Details

fzzy_config-0.3.3+24w20a

  • B
  • May 20, 2024
  • 1.16 MB
  • 3.4K
  • 1.20.6+1
  • Fabric + 1

File Name

fzzy_config-0.3.3+24w20a.jar

Supported Versions

  • 1.21-Snapshot
  • 1.20.6

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

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)