9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Rotation of schematics

This commit is contained in:
Daniel Mills
2020-01-04 17:54:34 -05:00
parent f8a40b8fb3
commit ed0efec628
3 changed files with 29 additions and 19 deletions

View File

@@ -9,10 +9,10 @@ public class Settings
public static class PerformanceSettings
{
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
public int threadCount = 12;
public int threadPriority = Thread.MIN_PRIORITY;
public boolean loadonstart = false;
public int threadPriority = Thread.MAX_PRIORITY;
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 = 3;
public double caveDensity = 0;
public double biomeScale = 2.46;
public boolean flatBedrock = false;
public boolean doSchematics = true;