Improve random ticking behaviour - Fixes #3181

This commit is contained in:
Spottedleaf
2020-04-19 06:07:57 -07:00
parent 5ea7f7c4e9
commit 0e3875914c
6 changed files with 63 additions and 111 deletions

View File

@@ -15,7 +15,7 @@ Combine that with a buggy detail of the previous implementation of
the Dupe UUID patch, then this was the likely source of the "Ghost entities"
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
index d239afea..a9cb5245 100644
index e198b8c565..b3e1e3686b 100644
--- a/src/main/java/net/minecraft/server/WorldServer.java
+++ b/src/main/java/net/minecraft/server/WorldServer.java
@@ -0,0 +0,0 @@ public class WorldServer extends World {