promotional bannermobile promotional banner

Fzzy Config

Config API with automatic GUIs, powerful validation options, server-client sync, and more!

File Details

fzzy_config-0.3.7+1.20.6

  • B
  • Aug 26, 2024
  • 1.27 MB
  • 241
  • 1.20.6+1
  • Fabric + 1

File Name

fzzy_config-0.3.7+1.20.6.jar

Supported Versions

  • 1.20.6
  • 1.20.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:fzzy-config-1005914:5663919"

Quilt

modImplementation "curse.maven:fzzy-config-1005914:5663919"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions

  • Added ConfigApiJava which includes methods that may cause IDE issues if called by java code directly from ConfigApi.
  • Added translate helper method to ValidatedChoice for shortcutting common translation/description provider creation.
  • Added min(a,b) and max(a,b) to Expression

Changes

  • ValidatedExpression widget now includes max and min, and the widget buttons have descriptive tooltips.

Fixes

  • Serializer will now ignore a @ConvertFrom file candidate if it is missing (already converted, or never existed), rather than tossing an exception into the log.