Config Load Order
Configurations for Spawn That is loaded every time a game is started, in the order
- API (using Spawn That through code)
- API itself is loaded in order of when the mod registers its configuration action.
- Custom configs
- The customly named configurations like
spawn_that.world_spawners.some_random_name.cfg
. - Loaded in the order they are found in folder structure.
- The customly named configurations like
- Default config
- The auto-generated configs like
spawn_that.world_spawners_advanced.cfg
.
- The auto-generated configs like
Configurations that overlap get overridden by the last loaded config. For instance, if you have two configurations for the same world spawner, the later can override the settings of the first config.
The default configs are intended for letting users having the final say.