Resource icon

Options API 0.3.0

Changes in 0.3.0
  • Adds the 'Mods' section to the Game settings tab if it's not already present. Recommended to place new settings there
  • Removed loading of api in separate ActionGroup to prevent load timing issues.
  • Breaking change: use `extendObject({ namespace }) instead of Object.setupModOptions(...
  • Data storage checks for invalid state and resets if it has been corrupted
Instructions for integration have been updated on github
Instead of packaging this as a mod, which requires multiple steps for users to install properly, it should now be imported into new modding projects as a sub-module. Instructions for integration have been updated on github.
Back
Top Bottom