Fzzy Config

Fzzy Config

v0.7.6+26.2
Modrinth 1 406 подписчики Загрузок: 31 606 088
от fzzyhmstrs
Войти

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

Товар

О товаре

Main Banner

Fzzy Config is a powerful multi-loader configuration engine for Minecraft Mods that meets you where you want to be. Quick and dirty or detailed and featureful, Fzzy Config will work with you. It provides a wide array of features above and beyond what you can find in other libraries.

The Basics

  • Automatic serialization to TOML.
  • Minimal API with lightweight integration requirements

GUIs

  • Automatic GUI generation based on the layout and content of your config files.
  • Screens are fully keyboard-navigable and narratable out of the box.
  • Fully vetted and tested by a visually impaired member of the modding community.
  • No need for screen builders or registration.
  • ModMenu and Catalogue automatically integrated.

Synchronization

  • Automatic server-client sync.
  • Push live updates to a server from a client.
  • Forward client settings to other users who want your setup.

Validation

  • Validation and Correction built into everything, beyond just primitive types.
  • Tightly control what values a player can choose from and how they choose them.
  • Automatic suggestions for settings like tags and identifiers.

Updates

  • Versioned updates supported with one simple method implementation.
  • Scrape previous configs to easily update from another config library.

Flexibility

  • Implement a config with as little or much effort as you want.
  • Plain java/kotlin object, or Minecraft GameOptions-like carefully crafted settings.
  • Seamless multi-loader support. Use the same API on Fabric and Forge; including a lightweight mutli-loader Networking API!

Bisect Hosting Banner

Превью

Изображения товара

Окружение

Требования и совместимость

Совместимость и требования

FabricForgeNeoforgeQuilt1.20.11.20.4 – 1.21.1126.126.1.126.1.226.2

Локальный хост

Required

Хостинг на сервисах

Required

Условия

Лицензия

Условия использования, изменения и распространения этого товара.

LicenseRef-TDL-MModrinth
Релиз

Последний релиз

v0.7.6+26.2

16.06.2026 · Modrinth

Breaking changes in 0.7.x

  • ValidatedEnumMap is removed
  • Removed all methods and properties marked as Deprecated and for removal 0.7.0
  • SmallSpriteDecoration#<init>
  • SpriteDecorated#textureSet & textures is now a required override
  • SpriteDecoration#<init>
  • CustomButtonWidget#<init> & builder is now only non-override method for adding custom button
  • Removed ActiveButtonWidget
  • Removed TextlessActionWidget
  • DynamicListWidget.EntryPos and...