fzzy_config-0.3.3+24w20a
Curse Maven Snippet
What's new
Additions
- None.
Changes
- Updated the
ValidatedIngredientinterface to a new popup with two list editors, list viewers, and "Clear" buttons. - Added a
supplyTooltipOnOverflowmethod toSuppliedTextWidgetthat 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
ValidatedIngredientnow supports both tags and item IDs, instead of just item ids. The constructor now acceptsSet<Object>, which can be composed of TagKeys and Identifiers (for tags and items, respectively)

