Add GridSpawn seed option

This commit is contained in:
dfsek
2020-12-08 19:10:56 -07:00
parent 554628c486
commit a0f0206ed8
4 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ public class Cavern {
public static class Node {
private final long seed;
private final GridSpawn spawn = new GridSpawn(16, 0);
private final GridSpawn spawn = new GridSpawn(16, 0, 0);
public Node(World w) {
this.seed = w.getSeed();