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

Parallax Object Generation

This commit is contained in:
Daniel Mills
2020-01-20 14:38:07 -05:00
parent fd561cd45d
commit a4b571ccbc
42 changed files with 3190 additions and 297 deletions

View File

@@ -9,7 +9,7 @@ public class Settings
public static class PerformanceSettings
{
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
public boolean fastDecoration = true;
public int threadPriority = Thread.MAX_PRIORITY;
public int threadCount = 4;
@@ -17,6 +17,7 @@ public class Settings
public int decorationAccuracy = 2;
public boolean interpolation = true;
public boolean surfaceNoise = true;
public boolean noObjectFail = false;
public boolean verbose = false;
public int placeHistoryLimit = 8192;
}
@@ -37,7 +38,7 @@ public class Settings
public double heightScale = 0.56;
public double baseHeight = 0.065;
public int seaLevel = 63;
public double caveDensity = 4;
public double caveDensity = 5;
public double caveScale = 1.45;
public double biomeScale = 0.65;
public boolean flatBedrock = true;