Skip to content

v3.1.0 - Config JSONs, Manifest, Maintenance

Compare
Choose a tag to compare
@ithinkandicode ithinkandicode released this 17 Jan 12:26
· 285 commits to main since this release
2e3e46e

Includes many fixes and improvements, and some major breaking changes.

New Features

Config JSONs:

  • You can now access user-defined settings in from a mod-specific JSON file.
  • You can also set your mod's default settings in its manifest.
  • Usage docs on the wiki: Config JSON
  • API docs: get_mod_config
  • More details in PR #31

Breaking Changes

  • All funcs have been converted to snake_case. See the required replacements in PR #32
  • meta.json is renamed to manifest.json, and its required keys have changed
    • See REQUIRED_MANIFEST_KEYS_ROOT and REQUIRED_MANIFEST_KEYS_EXTRA in mod_loader.gd mod_manifest.gd

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0