Skip to content

Config Migration

DragonEggBedrockBreaking edited this page Jun 14, 2024 · 1 revision

Config Migration

In the past, this mod has used various migration systems. In v0.x.x (beta), v1.x.x, and v2.x.x, this mod used almost a thousand Gamerules to configure various features. This was not flexible and was very inefficient. In v3.x.x, the current SQL configuration system was introduced, but was not in effect for any worldgen rules (initially a .toml file, and later a .properties file, were used) or for a handful of miscellaneous rules (which stuck to gamerules). In v4.0.0 (and later), the mod uses the SQL configuration system (with the command and GUI) for everything. This mod migrates those old configuration systems to the new one, with migration from v2 not always working (please manually double check configuration), and much more effective migration from v3.

Clone this wiki locally