@@ -8,7 +8,7 @@
|
||||
|
||||
public class EntityFireworks extends IProjectile {
|
||||
|
||||
@@ -119,7 +120,11 @@
|
||||
@@ -121,7 +122,11 @@
|
||||
}
|
||||
|
||||
if (!this.world.isClientSide && this.ticksFlown > this.expectedLifespan) {
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
@@ -134,7 +139,11 @@
|
||||
@@ -136,7 +141,11 @@
|
||||
protected void a(MovingObjectPositionEntity movingobjectpositionentity) {
|
||||
super.a(movingobjectpositionentity);
|
||||
if (!this.world.isClientSide) {
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -144,7 +153,11 @@
|
||||
@@ -146,7 +155,11 @@
|
||||
|
||||
this.world.getType(blockposition).a(this.world, blockposition, (Entity) this);
|
||||
if (!this.world.s_() && this.hasExplosions()) {
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
super.a(movingobjectpositionblock);
|
||||
@@ -170,7 +183,9 @@
|
||||
@@ -172,7 +185,9 @@
|
||||
|
||||
if (f > 0.0F) {
|
||||
if (this.ridingEntity != null) {
|
||||
@@ -57,7 +57,7 @@
|
||||
}
|
||||
|
||||
double d0 = 5.0D;
|
||||
@@ -197,7 +212,9 @@
|
||||
@@ -199,7 +214,9 @@
|
||||
if (flag) {
|
||||
float f1 = f * (float) Math.sqrt((5.0D - (double) this.g((Entity) entityliving)) / 5.0D);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user