You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[main/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file /data/config/rottencreatures-common.toml is not correct. Correcting
At the same time, he tries to re-create the mod's settings file. But it does it wrong.
I think the mod generates a settings file with custom representations of setting names instead of key names.
This is what it generates:
["MobSpawns"]
#determines how often will Burneds spawn"Burned Weight" = 20#determines how often will Frostbittens spawn"Frostbitten Weight" = 80#determines how often will Glacial Hunters spawn"Glacial Hunter Weight" = 20#determines how often will Swampies spawn"Swampy Weight" = 80#determines how often will Undead Miners spawn"Undead Miner Weight" = 20#determines how often will Mummies spawn"Mummy Weight" = 20#determines how often will Dead Beard spawn"Dead Beard Weight" = 1#determines the chance of spawning for Immortals"Immortal Chance" = 0.025
and this is how i try to fixed it:
[mobSpawns]
#determines how often will Burneds spawnburned_weight = 20#determines how often will Frostbittens spawnfrostbitten_weight = 80#determines how often will Glacial Hunters spawnglacial_hunter_weight = 20#determines how often will Swampies spawnswampy_weight = 80#determines how often will Undead Miners spawnundead_miner_weight = 20#determines how often will Mummies spawnmummy_weight = 20#determines how often will Dead Beard spawndead_beard_weight = 1#determines the chance of spawning for Immortalsimmortal_chance = 0.025
But it did not help. When the server starts, it continues to produce backup copies of the settings.
The text was updated successfully, but these errors were encountered:
The forge server prints out a message:
At the same time, he tries to re-create the mod's settings file. But it does it wrong.
I think the mod generates a settings file with custom representations of setting names instead of key names.
This is what it generates:
and this is how i try to fixed it:
But it did not help. When the server starts, it continues to produce backup copies of the settings.
The text was updated successfully, but these errors were encountered: