File Details
fzzy_config-0.3.3+1.20.1-sources.jar
- B
- May 20, 2024
- 306.18 KB
- 9
- 1.20.1
- Fabric + 1
File Name
fzzy_config-0.3.3+1.20.1-sources.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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)

