This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Add a IncompatibleConfigurationHandlingOption for deleting specific broken keys #100
Labels
enhancement
New feature or request
If I have an enum key set in my config. For example:
"ENUM_KEY":"Test2"
If I later remove the valueTest2
from the enum in my code, it makes the mod fail to load because it can't find the valueTest2
anymore. This can only be fixed by deleting the entire config or manually removing/fixing that key. Could there be a way for NML to do this automatically? Like for example it could detect the key that threw the error and just remove it. This would be a lot more ideal than nuking the whole config for me.The text was updated successfully, but these errors were encountered: