Akaitatsu / modsnacks

MIT License
0 stars 0 forks source link

Update configs to allow for mod upgrades #29

Open Akaitatsu opened 3 years ago

Akaitatsu commented 3 years ago

Expected behavior Upgrading mods shouldn't generate errors for missing config settings.

Actual behavior Example from forge.log when splitting logs:

[11Nov2020 14:45:14.744] [modloading-worker-14/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file G:\AMPDatastore\Instances\SheepWagonRampage\Minecraft\config\mysticalworld-common.toml is not correct. Correcting
[11Nov2020 14:45:14.745] [modloading-worker-14/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key mob_spawns.Hell Sprout_spawn was corrected from null to SimpleCommentedConfig:{}
Akaitatsu commented 3 years ago

Most configurations applied in Mod Snacks appear to be fixed. Druidcraft is still having an issue, so we'll see what's going on there.