File Details
fzzy_config-0.3.7+24w34a.jar
- B
- Aug 26, 2024
- 1.27 MB
- 33
- 1.21.2-Snapshot
- Fabric + 1
File Name
fzzy_config-0.3.7+24w34a.jar
Supported Versions
- 1.21.2-Snapshot
Curse Maven Snippet
Additions
- Port to 24w34a
- 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.

