polyvalord / extcaves

extcaves minecraft mod
Other
0 stars 3 forks source link

Config Instabilities #40

Open simibubi opened 3 years ago

simibubi commented 3 years ago

Kudos for making the features as configurable as they are 👍 The way the configs are treated seem to bear some instabilities, however.-

If a player uses your extcaves_config.toml to disable features, the config will work for the first world loaded. However leaving it and joining/generating another one after causes it to fall back to the shipped defaults. Even a forced default serverconfig couldn't prevent this from happening in my case.

It seems that the extcaves' worldgen configs are somehow transferred to a server spec at runtime, mods usually keep worldgen settings in the common spec throughout, such that they can be present before the worldgen kicks in.

Let me know whether more input is needed, and whether.. this project is actually still seeing development activity.

Cheers!