diff --git a/tbmm-docs/docs/server_config.md b/tbmm-docs/docs/server_config.md index 1118759..4cb4b92 100644 --- a/tbmm-docs/docs/server_config.md +++ b/tbmm-docs/docs/server_config.md @@ -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.