File Details
fzzy_config-0.3.7+1.20.1-sources.jar
- B
- Aug 26, 2024
- 313.15 KB
- 8
- 1.20.1
- Fabric + 1
File Name
fzzy_config-0.3.7+1.20.1-sources.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Additions
- Added
ConfigApiJavawhich includes methods that may cause IDE issues if called by java code directly from ConfigApi. - Added
translatehelper method toValidatedChoicefor shortcutting common translation/description provider creation. - Added
min(a,b)andmax(a,b)toExpression
Changes
ValidatedExpressionwidget now includes max and min, and the widget buttons have descriptive tooltips.
Fixes
- Serializer will now ignore a
@ConvertFromfile candidate if it is missing (already converted, or never existed), rather than tossing an exception into the log.

