@@ -14,8 +14,8 @@
|
||||
|
||||
private static final DataWatcherObject<Integer> a = DataWatcher.a(EntityWither.class, DataWatcherRegistry.b);
|
||||
@@ -192,13 +198,38 @@
|
||||
if (this.dk() > 0) {
|
||||
i = this.dk() - 1;
|
||||
if (this.dm() > 0) {
|
||||
i = this.dm() - 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);
|
||||
|
||||
Reference in New Issue
Block a user