AutoConfig
AutoConfig copied to clipboard
Config break using JanksonConfigSerializer
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.