diff --git a/src/main/java/net/minecraft/world/chunk/Chunk.java b/src/main/java/net/minecraft/world/chunk/Chunk.java index db12506..52a738d 100644 --- a/src/main/java/net/minecraft/world/chunk/Chunk.java +++ b/src/main/java/net/minecraft/world/chunk/Chunk.java @@ -802,8 +802,9 @@ if (i != this.xPosition || j != this.zPosition) { - logger.warn("Wrong location! " + p_76612_1_ + " (at " + i + ", " + j + " instead of " + this.xPosition + ", " + this.zPosition + ")"); - Thread.dumpStack(); + logger.warn("Wrong location! " + p_76612_1_ + " (at " + i + ", " + j + " instead of " + this.xPosition + ", " + this.zPosition + ")", new Throwable()); + p_76612_1_.setDead(); + return; } int k = MathHelper.floor_double(p_76612_1_.posY / 16.0D);