One more config

This commit is contained in:
Aleksey 2020-12-29 22:42:06 +03:00
parent bb0e54ad25
commit ef333d4dca
6 changed files with 399 additions and 290 deletions

View file

@ -22,8 +22,8 @@ public class TerrainGenerator {
private static boolean noRingVoid;
public static void init() {
newGenerator = Configs.GENERATOR_CONFIG.getBoolean("generator", "useNewGenerator", false);
noRingVoid = Configs.GENERATOR_CONFIG.getBoolean("generator", "noRingVoid", false);
newGenerator = Configs.GENERAL.getBoolean("generator", "useNewGenerator", false);
noRingVoid = Configs.GENERAL.getBoolean("generator", "noRingVoid", false);
}
public static void initNoise(long seed) {