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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user