diff options
Diffstat (limited to 'nms-patches/EntityItemFrame.patch')
-rw-r--r-- | nms-patches/EntityItemFrame.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nms-patches/EntityItemFrame.patch b/nms-patches/EntityItemFrame.patch index ad1cd59a..753d8ff6 100644 --- a/nms-patches/EntityItemFrame.patch +++ b/nms-patches/EntityItemFrame.patch @@ -1,3 +1,5 @@ +--- ../work/decompile-8eb82bde//net/minecraft/server/EntityItemFrame.java 2014-11-28 17:43:43.113707435 +0000 ++++ src/main/java/net/minecraft/server/EntityItemFrame.java 2014-11-28 17:38:20.000000000 +0000 @@ -27,6 +27,12 @@ return false; } else if (!damagesource.isExplosion() && this.getItem() != null) { |