diff options
Diffstat (limited to 'nms-patches/EntityWither.patch')
-rw-r--r-- | nms-patches/EntityWither.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/EntityWither.patch b/nms-patches/EntityWither.patch index 26eb069d..e07a21fb 100644 --- a/nms-patches/EntityWither.patch +++ b/nms-patches/EntityWither.patch @@ -14,8 +14,8 @@ private static final DataWatcherObject<Integer> a = DataWatcher.a(EntityWither.class, DataWatcherRegistry.b); @@ -181,13 +187,38 @@ - if (this.dz() > 0) { - i = this.dz() - 1; + if (this.dA() > 0) { + i = this.dA() - 1; if (i <= 0) { - this.world.createExplosion(this, this.locX, this.locY + (double) this.getHeadHeight(), this.locZ, 7.0F, false, this.world.getGameRules().getBoolean("mobGriefing")); - this.world.a(1023, new BlockPosition(this), 0); |