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.6+1.20.1-sources.jar

  • B
  • Aug 24, 2024
  • 309.68 KB
  • 7
  • 1.20.1
  • Fabric + 1

File Name

fzzy_config-0.3.6+1.20.1-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

Additions

  • None.

Changes

  • ValidatedChoice now has the params translationProvider and descriptionProvider, BiFunctions that let you convert the choices base translation key and an instance of the choice into a Text instance. Useful for creating translations/Descriptions for strings or other choices that aren't Translatable.
  • ValidatedList.toChoices now lets the user define translation and widget behavior.

Fixes

  • Clean up code internally. No external change in behavior