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

Settings & Schematic Fixes

This commit is contained in:
Daniel Mills
2020-01-08 08:20:17 -05:00
parent 11e74ef6cc
commit 4094034aaf
4 changed files with 64 additions and 9 deletions

View File

@@ -12,11 +12,12 @@ public class Settings
public PerformanceMode performanceMode = PerformanceMode.MATCH_CPU;
public int threadCount = 1;
public int threadPriority = Thread.MIN_PRIORITY;
public boolean loadonstart = true;
public boolean loadonstart = false;
public boolean fastPlacement = false;
}
public static class GeneratorSettings
{
{
public double horizontalZoom = 1; // 0.525
public double heightFracture = 155;
public double landScale = 0.205;