mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
Minecraft 1.9.4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user