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

Disable features for noise testing

This commit is contained in:
Daniel Mills
2020-01-15 02:39:07 -05:00
parent 417a759c40
commit 495dcd94d8
4 changed files with 19 additions and 1 deletions

View File

@@ -45,7 +45,10 @@ public class Settings
public double caveScale = 1.45;
public double biomeScale = 2;
public boolean flatBedrock = false;
public boolean genObjects = true;
public boolean genObjects = false;
public boolean genCarving = false;
public boolean genCaverns = false;
public boolean genCaves = false;
public double carvingChance = 0.352;
public double cavernChance = 0.321;
public int minCarvingHeight = 75;