9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
This commit is contained in:
Daniel Mills
2020-01-01 20:52:10 -05:00
parent 9f66725b4a
commit fd16fd2890
10 changed files with 468 additions and 67 deletions

View File

@@ -21,18 +21,9 @@ public class Settings
public double heightExponentMultiplier = 1.41;
public double heightScale = 1;
public double superHeightScale = 0.65;
public double altBiomeScale = 1;
public double baseHeight = 0.22;
public double superSamplerRadius = 32;
public int superSamplerIterations = 14;
public int superSamples = 12;
public double superSamplerMultiplier = 1;
public double superSampleThreshold = 0.00984;
public double superSampleOpacity = 1;
public double baseHeight = 0.165;
public int seaLevel = 63;
public double biomeScale = 1.31;
public double landChance = 0.75;
public double biomeScale = 2.41;
public boolean flatBedrock = false;
}
}