9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

WAAAAAAVVVVVSSSSSS

This commit is contained in:
Daniel Mills
2020-01-02 01:09:10 -05:00
parent fd16fd2890
commit 92ce6e5a8d
8 changed files with 94 additions and 154 deletions

View File

@@ -14,16 +14,16 @@ public class Settings
public static class GeneratorSettings
{
public double horizontalZoom = 2.225; // 1.856 2.556
public double horizontalZoom = 0.525; // 2.225 - 1.625 (big)
public double heightFracture = 155;
public double heightMultiplier = 1.154;
public double heightMultiplier = 0.806;
public double heightExponentBase = 1;
public double heightExponentMultiplier = 1.41;
public double heightScale = 1;
public double superHeightScale = 0.65;
public double baseHeight = 0.165;
public int seaLevel = 63;
public double biomeScale = 2.41;
public double biomeScale = 2.46;
public boolean flatBedrock = false;
}
}