give EAR immunity to piston pushed entities

helps keep vanilla behavior with piston elevators
This commit is contained in:
Aikar
2018-10-25 23:26:29 -04:00
parent e4a5ddd929
commit 32d28bc1f3
4 changed files with 18 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] add more information to Entity.toString()
UUID, ticks lived, valid, dead
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 347aef07d5..42c1c47c58 100644
index 7ac07ac07ac0..7ac07ac07ac0 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