9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
This commit is contained in:
Daniel Mills
2020-01-04 14:01:10 -05:00
parent 7934be70ee
commit 93e02093be
20 changed files with 1793 additions and 138 deletions

View File

@@ -12,6 +12,7 @@ public class Settings
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
public int threadCount = 12;
public int threadPriority = Thread.MIN_PRIORITY;
public boolean loadonstart = false;
}
public static class GeneratorSettings
@@ -27,6 +28,6 @@ public class Settings
public int seaLevel = 63;
public double biomeScale = 2.46;
public boolean flatBedrock = false;
public boolean doTrees = false;
public boolean doSchematics = false;
}
}