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

Schematics

This commit is contained in:
Daniel Mills
2020-01-19 07:11:11 -05:00
parent 8ced379e44
commit 2ea1bd5e67
14 changed files with 845 additions and 84 deletions

View File

@@ -18,6 +18,7 @@ public class Settings
public boolean interpolation = true;
public boolean surfaceNoise = true;
public boolean verbose = false;
public int placeHistoryLimit = 8192;
}
public static class GeneratorSettings