User defined noise functions

This commit is contained in:
dfsek
2020-11-16 11:15:50 -07:00
parent 9125590a02
commit 022c95a862
12 changed files with 300 additions and 56 deletions

View File

@@ -19,6 +19,6 @@ public final class FailoverGenerator extends UserDefinedGenerator {
}
public FailoverGenerator() throws ParseException {
super("0", null, new HashMap<>(), palette, new TreeMap<>(), false);
super("0", null, new HashMap<>(), palette, new TreeMap<>(), new HashMap<>(), false);
}
}