mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-17 22:00:08 +00:00
Add GridSpawn seed option
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user