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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user