Resetting configs
oscardid opened this issue ยท 2 comments
Modloader
Forge
Minecraft version
1.20.1
Modloader version
forge
Mod version
improvedmobs-1.20.1-1.12.2-forge
TenshiLib version
tenshilib-1.20.1-1.7.5-forge
Description
From time to time the configs reset and create multiple common files. The common config file resets to create multiple common-1.toml, common-2.toml so on and so on which are files that i edited and is not using, it creates a new common file which overrides everything i did with the regular configs when you first install the mod. Its pretty annoying because i have multiple mob farms and spawner farms but it gets ruined since they can escape by breaking the blocks
Steps to reproduce
- Step one : edit the common config file in improvedmobs folder.
- Step two : use the mod for a bit until it creates a new config file creating an old common-1.toml
- Step three : look in to the new common file and see that everything you changed originally is back to normal settings when you first downloaded it
Mods that might affect the issue
No response
Logs
https://gist.github.com/oscardid/2ae593c239fc5bb1a3b27d28e6fdc220
Forgot to add pictures so:
^ A bit of coding from the original config common files of improved mobs
^ Same bit of code just edited by me which were overridden by the common file for some reason
^ the .toml files created and the common file which was randomly created and overrode the edited common files