Remove patch for MC-111480, fixed in 1.14

We were now starting entities at ID 2
This commit is contained in:
Aikar
2020-04-11 20:39:21 -04:00
parent f654174059
commit a5eb244a55
26 changed files with 30 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ Vs behavior of non ticking of just overwriting state.
We will now simply log a warning when this happens instead of crashing the server.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 3d1d93a8b4..862a64b6fd 100644
index 65457c89ad..6571cf1eee 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke