Update server_config.md about updated Config

This commit is contained in:
Stephen Seo 2024-11-05 17:56:52 +09:00
parent 4feba9f6d7
commit 94497ac9e4

View file

@ -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.