From cac90f623607a49abd54cc3f1db6ac2d59e05961 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 27 Mar 2016 20:58:45 +1100 Subject: Arrows use interactable condition --- nms-patches/EntityLiving.patch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nms-patches') diff --git a/nms-patches/EntityLiving.patch b/nms-patches/EntityLiving.patch index b4e189a9..33447ea9 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() { -- cgit v1.2.3