From 8ea0c87f515290c35baf0029f7b2e046c1ff49cb Mon Sep 17 00:00:00 2001 From: md_5 Date: Wed, 21 Dec 2016 07:00:00 +1100 Subject: Update to Minecraft 1.11.1 --- nms-patches/BlockCake.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nms-patches/BlockCake.patch') diff --git a/nms-patches/BlockCake.patch b/nms-patches/BlockCake.patch index a588357c..80b0801d 100644 --- a/nms-patches/BlockCake.patch +++ b/nms-patches/BlockCake.patch @@ -3,7 +3,7 @@ @@ -40,7 +40,18 @@ return false; } else { - entityhuman.b(StatisticList.J); + entityhuman.b(StatisticList.H); - entityhuman.getFoodData().eat(2, 0.1F); + // CraftBukkit start + // entityhuman.getFoodData().eat(2, 0.1F); -- cgit v1.2.3