From 94497ac9e4798557bec9e716a83cd087ab31e6d9 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 5 Nov 2024 17:56:52 +0900 Subject: [PATCH] Update server_config.md about updated Config --- tbmm-docs/docs/server_config.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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.