Tags
Creators
Details
All versions
0.7.7+1.21+neoforge
Release
fzzy_config-0.7.7+1.21+neoforge3 days ago 16.7K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
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.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.7.7+1.21+neoforge-sources.jar | Sources jar | 696.93 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:hYykXjDp:uG7oHgw6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:uG7oHgw6"
}

