![Aqua Acrobatics [Forge]](https://media.forgecdn.net/avatars/thumbnails/776/226/256/256/638118140112428573.png)
Server Configuration Syncing issues
MistakingManx opened this issue · 7 comments
If your client-side config and the server-side config are different, you can't join the server because the mod removes the entries for those blocks.
Extremely noticeable with Bubble Columns and Sea Grass being disabled / enabled.
I would strongly advise that you don't try changing settings at runtime; there are a lot of things that are very likely to go wrong if you do that.
This is intended behavior; you should keep the configs synchronized unless you have a very good reason not to.
I can't really control other people's configs, bubble columns are disabled by default.
Unfortunately, the way Forge works, you will have to supply them a config file (e.g. as part of a modpack). Even if I wanted to support server->client synchronization, I am not sure I can take blocks in and out of the registry at runtime.
Oh, toggling the option for Bubble Columns works without restarting the game, I had to test it, it might even work without leaving the world, though it acted kind of buggy when I did that.