All versions
0.6.7+1.21.3+neoforge
Release
fzzy_config-0.6.7+1.21.3+neoforgelast year 372
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
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.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.6.7+1.21.3+neoforge-sources.jar | Unknown | 598.96 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:JQ2PnPS3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:JQ2PnPS3"
}


