diff --git a/nms-patches/EntityLiving.patch b/nms-patches/EntityLiving.patch index b4e189a952..33447ea96d 100644 --- a/nms-patches/EntityLiving.patch +++ b/nms-patches/EntityLiving.patch @@ -542,7 +542,12 @@ this.C(entity); } -@@ -1781,7 +2045,7 @@ +@@ -1777,11 +2041,11 @@ + } + + public boolean isInteractable() { +- return !this.dead; ++ return !this.dead && this.collides; // CraftBukkit } public boolean isCollidable() {