Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 12 hours ago
Changelog
- Ensure inherited fields are present in config GUIs (closes #13).
- When both a mod ID and config file name are specified, the config file is now saved under
config/{mod id}/{config name}.json5
(closes #12).- This should not be a breaking change as I am not aware of any mods registering multiple configs currently.
- Switch to fabric-api mod ID in dependencies block (closes #10).
- Enable split source sets (closes #14).
- Identify config managers by
(MOD_ID, CONFIG_NAME)
rather than by just(CONFIG_NAME)
(closes #15). - Allow
List<?>
config fields (closes #11). - The reset button next to each config field now resets to the default value, rather than the value the field had when the config screen was opened.