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

RTP Fixes

This commit is contained in:
Daniel Mills
2020-01-15 22:34:02 -05:00
parent 59e8ba2297
commit e0a5ecc156
7 changed files with 181 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ public class Settings
public double caveDensity = 4;
public double caveScale = 1.45;
public double biomeScale = 2;
public boolean flatBedrock = false;
public boolean flatBedrock = true;
public boolean genObjects = true;
public boolean genCarving = true;
public boolean genCaverns = true;