Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Created 2 years ago
Updated 16 hours ago
Changelog
- Added config modification tools
- Config instances will have to be publicly available to be able to be modified.
- Mods utilizing Cloth Config for a GUI will need to update to use
Config.instance()
for the GUI.
- Removed FrozenLibConfigOverrides in favor of the new config modification tools
- Breaking change, mods using this will need to update.
- Removed
DefaultFrozenLibConfig
class in favor ofConfig.defaultInstance()
- Changed default setting to
saveItemCooldowns
tofalse
- Lowered Fabric Loader dependency to 0.14.22