mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 17:52:02 -07:00
Remove patch for MC-111480, fixed in 1.14
We were now starting entities at ID 2
This commit is contained in:
@@ -93,7 +93,7 @@ index a51de83cf5..c263a8250d 100644
|
||||
|
||||
int k = MathHelper.floor(entity.locY() / 16.0D);
|
||||
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
|
||||
index 1a20f105b5..d522d7238d 100644
|
||||
index bb1fd6e46c..0900db052d 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
|
||||
|
Reference in New Issue
Block a user