Actually add entities to chunks

Because, you know, vanishing entities is always nice to have
This commit is contained in:
Shane Freeder
2018-12-18 01:56:54 +00:00
parent ef4443e1e0
commit 9e20d8d87b
6 changed files with 25 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ This fix always sends chunks to the client, and simply updates
the client anytime post processing is triggered with the new chunk data.
diff --git a/src/main/java/net/minecraft/server/Chunk.java b/src/main/java/net/minecraft/server/Chunk.java
index 7972e6955..7851ede7a 100644
index ccdc171d4..7751ae444 100644
--- a/src/main/java/net/minecraft/server/Chunk.java
+++ b/src/main/java/net/minecraft/server/Chunk.java
@@ -0,0 +0,0 @@ public class Chunk implements IChunkAccess {