9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
Daniel Mills
2020-01-06 21:27:24 -05:00
parent fc2abb0f3c
commit 4199824275
6 changed files with 38 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ public class Settings
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
public int threadCount = 12;
public int threadPriority = Thread.MAX_PRIORITY;
public boolean loadonstart = false;
public boolean loadonstart = true;
}
public static class GeneratorSettings
@@ -26,7 +26,7 @@ public class Settings
public double superHeightScale = 0.95;
public double baseHeight = 0.165;
public int seaLevel = 63;
public double caveDensity = 0;
public double caveDensity = 1;
public double biomeScale = 2.46;
public boolean flatBedrock = false;
public boolean doSchematics = true;