From b2ae6262828a108db1f634b715120758302f6eba Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 5 Nov 2024 18:07:55 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3340e2..bdacb65 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,14 @@ The config file `.minecraft/config/TurnBasedMinecraft/TBM_Config.toml` is commen with info on what each option does. ~~It will also be moved if a newer version of this mod has a newer version of the config file (usually renamed with a timestamp).~~ ~~I will try my best to not move the previous version config, but rather -edit the previous version config to have new options.~~ When a new config version is made, +edit the previous version config to have new options.~~ ~~When a new config version is made, usually because a new entry has been added, the existing config is renamed to a file with a timestamp in the filename of when it was replaced. One can set a config option in the -config to prevent it being overwritten if necessary. +config to prevent it being overwritten if necessary.~~ + +*As of version 1.26.5 of this mod, this should happen less frequently!* +Version 1.26.5 introduces changes that allow entires that exist in the default +config but not in the current config to be appended in the current config. Some options in the config file only affect the Server, and ~~some only affect the Client.~~ [Client-config can only be opened with `/tbm-client-edit`.](https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/FAQ.md#how-do-i-configure-battle-music)