File Details
fzzy_config-0.2.6+1.20.5
- B
- Apr 24, 2024
- 1.11 MB
- 85
- 1.20.5
- Fabric + 1
File Name
fzzy_config-0.2.6+1.20.5.jar
Supported Versions
- 1.20.5
Curse Maven Snippet
Additions
- Added
ValidatedString.fromList()for easy construction of a ValidatedString from a known list of options or a supplier of potential options. - Added new Entry interface
EntrySuggesterwhich has the SAMgetSuggestions. - Added
AllowableStringsutility, much likeAllowableIdentifiers. ImplementsEntryCheckerand the newEntrySuggester. - ValidatedString now utilizes
SuggestionBackedTextFieldWidgetif an AllowableStrings is passed as itsEntryChecker. Using the newfromList()automatically does this. - Added
ValidatedIdentifier.ofSuppliedList()to construct validation with lists that aren't tags/registries but may not be fully known at validation time.
Changes
AllowableIdentifiersnow implementsEntryValidatorand the newEntrySuggester.
Fixes
- None.

