Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

1.8.0: Configuration System

Compare
Choose a tag to compare
@zkxs zkxs released this 30 Jan 04:45
· 299 commits to master since this release
  • 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.