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/EntityWither.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nms-patches/EntityWither.patch') diff --git a/nms-patches/EntityWither.patch b/nms-patches/EntityWither.patch index 4b64b4d3..10c3e64d 100644 --- a/nms-patches/EntityWither.patch +++ b/nms-patches/EntityWither.patch @@ -13,7 +13,7 @@ public class EntityWither extends EntityMonster implements IRangedEntity { private static final DataWatcherObject a = DataWatcher.a(EntityWither.class, DataWatcherRegistry.b); -@@ -188,13 +194,38 @@ +@@ -193,13 +199,38 @@ if (this.dh() > 0) { i = this.dh() - 1; if (i <= 0) { @@ -55,7 +55,7 @@ } } else { -@@ -285,6 +316,11 @@ +@@ -290,6 +321,11 @@ Block block = iblockdata.getBlock(); if (iblockdata.getMaterial() != Material.AIR && a(block)) { @@ -67,7 +67,7 @@ flag = this.world.setAir(blockposition, true) || flag; } } -@@ -298,7 +334,7 @@ +@@ -303,7 +339,7 @@ } if (this.ticksLived % 20 == 0) { -- cgit v1.2.3