
Config break using JanksonConfigSerializer
Slexom opened this issue ยท 0 comments
Using the JanksonConfigSerializer if a config file is not present it generate the file correctly. If, instead, a configuration is already present(like a second run) the entries generated by inner classes(in a ModConfig class) are all set to null and their fileds are removed.
Using GSON or TOML I not have this issue.