Biome config load order issue
srs-bsns opened this issue ยท 1 comments
Biome configs need to be initialised and loaded before use in surface classes:
this.config = new BiomeConfig(getConfigFile());
initConfig();
getConfig().loadConfig();
this.terrain = initTerrain();
this.surface = initSurface();
closed by: 2d04269