This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
1.8.0: Configuration System
- Release the new mod configuration system.
- Configurations now autosave on neos shutdown. You can opt out of this when you define your configuration.
- Add a new builder pattern API for defining configurations.
- Mark old configuration definition API as obsolete. It will be removed in NML 2.
- Add a new
[AutoRegisterConfigKey]
attribute to simplify configuration definition - Improve error logging to make it more obvious what went wrong in a couple of common failure cases
See the example for a demo of how the new APIs look.