Hi, I'm Abastro, developing Stellarium mod.
Currently I'm working on config load/save part from World.
So I set up some code with WorldSavedData, and I confronted a vital problem.
The problem was:
The dimensions(providers) should be changed via the content of the config.
but the World instance does not exist when dimensions can be changed, so WorldSavedData is invalid on that moment.
As a result, loading/saving with WorldSavedData is incompatible with changing dimensions.
I want to know whether I'm wrong somewhere or there are the best solutions for this problem.
Is there any breakthrough for this problem? I'm looking forward to it!
Any help would appreciated!