Skip to content

Commit

Permalink
Update server_config.md about updated Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Seo committed Nov 5, 2024
1 parent 4feba9f commit 94497ac
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tbmm-docs/docs/server_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,14 @@ battle.

## Other Things to Know

Sometimes a mod update will "reset" the settings in the server-config to
defaults. This is due to new mob entries in the settings. Check the
~~Sometimes a mod update will "reset" the settings in the server-config to
defaults. This is due to new mob entries in the settings.~~
*As of version 1.26.5 of the mod, this should happen less frequently!*
Changes were added in 1.26.5 such that entries that exist in the default config
but not in the current config will be appended to the current config.

Older versions of this mod still retain the previous behavior: Check the
`.minecraft/config` folder (or `config` folder on the server) to see that the
old settings file was renamed and the new settings file is in its place. You may
have to compare the files to keep the settings you want.
old settings file was renamed and the new settings file is in its place. You
may have to compare the files to keep the settings you want. Though this
probably shouldn't happen anymore in newer versions of this mod.

0 comments on commit 94497ac

Please sign in to comment.