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-08 14:42:57 -05:00
parent 77b6239b16
commit 4379deaca2
2 changed files with 6 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ public class Settings
public boolean loadonstart = true;
public int compilerThreads = 4;
public int compilerPriority = Thread.MAX_PRIORITY;
public int decorationAccuracy = 3;
public int decorationAccuracy = 1;
}
public static class GeneratorSettings
@@ -23,7 +23,7 @@ public class Settings
public double horizontalZoom = 1; // 0.525
public double heightFracture = 155;
public double landScale = 0.205;
public double landChance = 0.6;
public double landChance = 0.67;
public double roughness = 1.333;
public double heightMultiplier = 0.806;
public double heightExponentBase = 1;
@@ -33,6 +33,7 @@ public class Settings
public double baseHeight = 0.165;
public int seaLevel = 63;
public double caveDensity = 0;
public double caveScale = 1.45;
public double biomeScale = 2;
public boolean flatBedrock = false;
public boolean doSchematics = true;