Fzzy Config

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

File Details

fzzy_config-0.4.3+1.20.1+forge

  • B
  • Sep 14, 2024
  • 1.32 MB
  • 20.1K
  • 1.20.1
  • Forge + 1

File Name

fzzy_config-0.4.3+1.20.1+forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fzzy-config-1005914:5721268")

NeoForge

implementation fg.deobf("curse.maven:fzzy-config-1005914:5721268")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions

  • None

Changes

  • None

Fixes

  • Revert @JvmStatic addition in ConfigApi that accidentally breaks code using the previous way, thanks to Kotlins assertion of an "additional" static simply being false (it replaces with a static)