From 669c44cb3c9c13eed1e32172b56b5619e06b583d Mon Sep 17 00:00:00 2001 From: Thinkofdeath Date: Fri, 28 Nov 2014 11:23:19 +0000 Subject: Fix eating food whilst not facing a block --- nms-patches/EntityItemFrame.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nms-patches/EntityItemFrame.patch') diff --git a/nms-patches/EntityItemFrame.patch b/nms-patches/EntityItemFrame.patch index 1ae52fd2..9d0fdb31 100644 --- a/nms-patches/EntityItemFrame.patch +++ b/nms-patches/EntityItemFrame.patch @@ -1,5 +1,5 @@ ---- ../work/decompile-bb26c12b/net/minecraft/server/EntityItemFrame.java 2014-11-27 08:59:46.693421882 +1100 -+++ src/main/java/net/minecraft/server/EntityItemFrame.java 2014-11-27 08:42:10.176850864 +1100 +--- ../work/decompile-8eb82bde//net/minecraft/server/EntityItemFrame.java 2014-11-28 11:22:55.926823163 +0000 ++++ src/main/java/net/minecraft/server/EntityItemFrame.java 2014-11-28 11:01:54.000000000 +0000 @@ -27,6 +27,12 @@ return false; } else if (!damagesource.isExplosion() && this.getItem() != null) { -- cgit v1.2.3