All versions
0.6.2+1.20.1+forge
Release
fzzy_config-0.6.2+1.20.1+forgelast year 16.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
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- Possibly more, I didn't take great notes
Registrar is still marked experimental with anticipated stability by 0.7.0
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- New
drawNineSliceandrenderBlurmethods inRenderUtilfor matching method signatures across versions. Part of an ongoing effort to unify the API across all versions. - Added
open ContextMenuPopuptoPopupsfor easy third party creation of context menus. - New
flatBuildinContextResultBuilderthat flattens the context map groups into one map.
Changes
- None.
Fixes
ContextResultBuilderbuild and other utility methods no longer accidentally internal.- (1.21.4) fixed the included version of Fabric Permissions API being outdated.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fzzy_config-0.6.2+1.20.1+forge-sources.jar | Unknown | 539.63 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:QOLmBnu1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hYykXjDp:QOLmBnu1"
}


