fzzy_config-0.7.7+1.21.11
Curse Maven Snippet
What's new
Breaking changes in 0.7.x
ValidatedEnumMapis removed- Removed all methods and properties marked as Deprecated and for removal 0.7.0
SmallSpriteDecoration#<init>SpriteDecorated#textureSet&texturesis now a required overrideSpriteDecoration#<init>CustomButtonWidget#<init>& builder is now only non-override method for adding custom button- Removed
ActiveButtonWidget - Removed
TextlessActionWidget DynamicListWidget.EntryPosand implementations madeinternalPopupWidgetposition elements;LayoutWidgetno longer inherits from the PopupWidget variant- Removed deprecated overrides of
PopupControllerfromPopupParentElement SuggestionWindowListenerandSuggestionWindowProvidermoved out ofinternalsub-package- Removed
ImmutableRelPos RenderUtil#renderBlur
- Throughout FzzyConfig
Translatable.Resulthas been replaced withTranslatable.ResultProvider. This affectsEntrySearcheras well asSearcher.SearchContent
Additions
- Added zh_cn lang support (thank you Po-Cu on github)
- Added the ability to copy-paste from/to outside of Minecraft into/out of settings
- Added
platformmethod toPlatformApi. This returns an enum providingFABRIC,FORGE, orNEOFORGE, which can be checked via their methodforgelike()to quickly see if the platform is one of the forge-like types.
Changes
- Improved how Registrar generics work so that registrars now return a
RegistryEntry<F>,Fbeing the specific type of the registered object rather than it's more generic supertype (Item,Block, etc.)
Fixes
- Removed unneeded metadata warning in 1.20.1 forge version.
- Crash possibly caused with use of
ValidatedIdentifier.ofRegistryKey - Fixed Neo instances seeing blank popups under certain inconsistent circumstances
- Fixed issue with ValidatedSet translation
- Fixed decoder expeption on Neo for very large configs
- Fixed
registerAndLoadNoGuiConfignot properly hiding the config from the GUI in all circumstances - Fixed translation issue in datagen
- Fixed issues with some packet registration on some more obscure Neo versions
- Fixed enums with non-CAPS member naming of
ValidatedEnumnot deserializing properly.

