File Details
fzzy_config-0.6.7+1.20.1+forge
- R
- Mar 21, 2025
- 1.97 MB
- 285.6K
- 1.20.1
- Forge + 1
File Name
fzzy_config-0.6.7+1.20.1+forge.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Reminder of breaking changes in 0.6.x
ValidatedEntityAttributeis removedCustom[Widgets]are moved from the internal widget package to the custom package- Several widgets and other classes have been deleted
PopupWidgethas many deprecations, and probably at least one breaking change despite my best efforts. Deprecations scheduled for removal 0.7.0- As of 0.6.3,
ActiveButtonWidgetis unused and deprecated, marked for removal by 0.7.0 - As of 0.6.3,
TextlessActionWidgetis unused and deprecated, marked for removal by 0.7.0 - Possibly more, I didn't take great notes
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- Configs now support different save file formats beyond just TOML. Current offerings are
TOML,JSON,JSON5,JSONC. Select your desired format by overridingfileTypein the config class.- JSON5 and JSONC will automatically carry over comments made with
@Commentor@TomlComment
- JSON5 and JSONC will automatically carry over comments made with
Changes
- Broke out
PopupControllerfromPopupParentElement, allowing for smoother implementation of popups into existing screens.
Fixes
- Fixed unnecessary re-saving of configs on single player configuration.

