diff options
Diffstat (limited to 'nms-patches/StructureGenerator.patch')
-rw-r--r-- | nms-patches/StructureGenerator.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nms-patches/StructureGenerator.patch b/nms-patches/StructureGenerator.patch index 36a0ca71..72129e0e 100644 --- a/nms-patches/StructureGenerator.patch +++ b/nms-patches/StructureGenerator.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/server/StructureGenerator.java +++ b/net/minecraft/server/StructureGenerator.java -@@ -94,7 +94,7 @@ +@@ -93,7 +93,7 @@ return this.c(blockposition) != null; } @@ -9,7 +9,7 @@ Iterator iterator = this.c.values().iterator(); while (iterator.hasNext()) { -@@ -116,7 +116,7 @@ +@@ -115,7 +115,7 @@ return null; } @@ -18,7 +18,7 @@ this.a(world); Iterator iterator = this.c.values().iterator(); -@@ -133,7 +133,7 @@ +@@ -132,7 +132,7 @@ return true; } @@ -27,7 +27,7 @@ this.g = world; this.a(world); this.f.setSeed(world.getSeed()); -@@ -195,7 +195,7 @@ +@@ -194,7 +194,7 @@ return null; } |