When the game is started, the configuration automatically changes. This pull request merges in some of those changes so they don't show up unexpectedly later down the line, as much as possible.
There could be several reasons for these discrepancies:
The mod version was updated, but the auto-updated config not committed, so defaults or other changes to the config (including possibly as a consequence of adding another mod) will be made when first launched
The mod randomly orders the config file or otherwise changes on each run such as by adding timestamps, or version checks
Data is generated which isn't meant to be checked in
There are legitimate differences missed in this repo
When the game is started, the configuration automatically changes. This pull request merges in some of those changes so they don't show up unexpectedly later down the line, as much as possible.
There could be several reasons for these discrepancies: