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

Cleanup & Fix seed issues

This commit is contained in:
Daniel Mills
2020-01-02 12:40:55 -05:00
parent 92ce6e5a8d
commit 4ce37da17e
28 changed files with 529 additions and 462 deletions

View File

@@ -1,5 +1,7 @@
package ninja.bytecode.iris;
import ninja.bytecode.iris.util.PerformanceMode;
public class Settings
{
public PerformanceSettings performance = new PerformanceSettings();
@@ -25,5 +27,6 @@ public class Settings
public int seaLevel = 63;
public double biomeScale = 2.46;
public boolean flatBedrock = false;
public boolean doTrees = false;
}
}