@@ -16,7 +16,7 @@
|
||||
+ public boolean isIncendiary = false; // CraftBukkit - add field
|
||||
|
||||
public EntityTNTPrimed(World world) {
|
||||
super(world);
|
||||
super(EntityTypes.TNT, world);
|
||||
@@ -64,10 +67,13 @@
|
||||
|
||||
--this.c;
|
||||
@@ -30,8 +30,8 @@
|
||||
+ this.die();
|
||||
+ // CraftBukkit end
|
||||
} else {
|
||||
this.aq();
|
||||
this.world.addParticle(EnumParticle.SMOKE_NORMAL, this.locX, this.locY + 0.5D, this.locZ, 0.0D, 0.0D, 0.0D, new int[0]);
|
||||
this.at();
|
||||
this.world.addParticle(Particles.M, this.locX, this.locY + 0.5D, this.locZ, 0.0D, 0.0D, 0.0D);
|
||||
@@ -76,9 +82,17 @@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user