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/BlockCauldron.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nms-patches/BlockCauldron.patch') diff --git a/nms-patches/BlockCauldron.patch b/nms-patches/BlockCauldron.patch index a21ef981..2f79cc98 100644 --- a/nms-patches/BlockCauldron.patch +++ b/nms-patches/BlockCauldron.patch @@ -35,7 +35,7 @@ entityhuman.a(enumhand, new ItemStack(Items.BUCKET)); } - entityhuman.b(StatisticList.K); + entityhuman.b(StatisticList.I); - this.a(world, blockposition, iblockdata, 3); + // this.a(world, blockposition, iblockdata, 3); + // CraftBukkit end @@ -55,7 +55,7 @@ @@ -82,7 +97,8 @@ } - entityhuman.b(StatisticList.L); + entityhuman.b(StatisticList.J); - this.a(world, blockposition, iblockdata, 0); + // this.a(world, blockposition, iblockdata, 0); + // CraftBukkit end @@ -72,7 +72,7 @@ + } if (!entityhuman.abilities.canInstantlyBuild) { itemstack1 = PotionUtil.a(new ItemStack(Items.POTION), Potions.b); - entityhuman.b(StatisticList.L); + entityhuman.b(StatisticList.J); @@ -106,12 +126,17 @@ } @@ -91,7 +91,7 @@ + } if (!entityhuman.abilities.canInstantlyBuild) { itemstack1 = new ItemStack(Items.GLASS_BOTTLE); - entityhuman.b(StatisticList.L); + entityhuman.b(StatisticList.J); @@ -122,7 +147,8 @@ } @@ -114,7 +114,7 @@ - this.a(world, blockposition, iblockdata, i - 1); + // this.a(world, blockposition, iblockdata, i - 1); + // CraftBukkit end - entityhuman.b(StatisticList.M); + entityhuman.b(StatisticList.K); return true; } @@ -140,13 +171,18 @@ @@ -128,7 +128,7 @@ itemstack1 = itemstack.cloneItemStack(); itemstack1.setCount(1); TileEntityBanner.c(itemstack1); - entityhuman.b(StatisticList.N); + entityhuman.b(StatisticList.L); if (!entityhuman.abilities.canInstantlyBuild) { itemstack.subtract(1); - this.a(world, blockposition, iblockdata, i - 1); -- cgit v1.2.3