Update for 1.6.5

This commit is contained in:
Erik Broes
2011-05-28 22:50:08 +02:00
committed by EvilSeph
parent 9ec5d8b5df
commit 6dbd710bbf
41 changed files with 747 additions and 669 deletions

View File

@@ -13,7 +13,7 @@ public class EntityTNTPrimed extends Entity {
public EntityTNTPrimed(World world) {
super(world);
this.a = 0;
this.aH = true;
this.aI = true;
this.b(0.98F, 0.98F);
this.height = this.width / 2.0F;
}
@@ -38,11 +38,11 @@ public class EntityTNTPrimed extends Entity {
return false;
}
public boolean o_() {
public boolean n_() {
return !this.dead;
}
public void p_() {
public void o_() {
this.lastX = this.locX;
this.lastY = this.locY;
this.lastZ = this.locZ;
@@ -63,6 +63,8 @@ public class EntityTNTPrimed extends Entity {
this.explode();
this.die();
// CraftBukkit end
} else {
this.die();
}
} else {
this.world.a("smoke", this.locX, this.locY + 0.5D, this.locZ, 0.0D, 0.0D, 0.0D);