Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

Rewrite main mod config #1301

Closed srs-bsns closed 5 years ago

srs-bsns commented 5 years ago

Rewrite the main config so that all config access is done through API object holders that are synched from the Configuration object.

This will fix synch issues with the config GUI. Care must be taken to not change certain settings on a running server to prevent world gen corruption. It may be appropriate to have some settings saved with the world and synched from the world save NBT on load, to prevent people from breaking their worlds if they change volatile settings from when the world was created.