This commit is contained in:
Ben Kerllenevich
2021-11-25 08:14:53 -05:00
parent bd820d931b
commit 072d057d4c
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ version = 1.18-pre8-R0.1-SNAPSHOT
mcVersion = 1.18-pre8
packageVersion = 1_18_R1
paperCommit = 91936884865c893bd4a271b705e8e4d0266443e4
paperCommit = b95168418247e093667f37429a5a25092904537f
org.gradle.caching = true
org.gradle.parallel = true

View File

@@ -19,10 +19,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
Co-authored-by: Mariell Hoversholm <proximyst@proximyst.com>
diff --git a/src/main/java/net/minecraft/world/level/chunk/ChunkGenerator.java b/src/main/java/net/minecraft/world/level/chunk/ChunkGenerator.java
index e2b7da265e9616ac47e6be72cc6e6d2c75cfec44..1ba06b5835dbf57168444c92a5317bd32a86bdff 100644
index f8a2aa31e38f64f88a82d5a388b58f1962d5fda0..c34023c69c9a97824417a40f5fac8f2e71f4b6f3 100644
--- a/src/main/java/net/minecraft/world/level/chunk/ChunkGenerator.java
+++ b/src/main/java/net/minecraft/world/level/chunk/ChunkGenerator.java
@@ -446,7 +446,14 @@ public abstract class ChunkGenerator implements BiomeManager.NoiseBiomeSource {
@@ -454,7 +454,14 @@ public abstract class ChunkGenerator implements BiomeManager.NoiseBiomeSource {
if (structuresettingsfeature != null) {
StructureStart<?> structurestart = structureAccessor.getStartForFeature(sectionposition, StructureFeature.STRONGHOLD, chunk);