修复HeliRocket运动问题
This commit is contained in:
parent
1161f8426f
commit
fc8832ae8d
1 changed files with 0 additions and 2 deletions
|
@ -114,8 +114,6 @@ public class HeliRocketEntity extends FastThrowableProjectile implements GeoEnti
|
|||
}
|
||||
}
|
||||
if (this.tickCount > 2) {
|
||||
this.setDeltaMovement(this.getDeltaMovement().multiply(1.025, 1.025, 1.025));
|
||||
|
||||
if (!this.level().isClientSide() && this.level() instanceof ServerLevel serverLevel) {
|
||||
ParticleTool.sendParticle(serverLevel, ParticleTypes.SMOKE, this.xo, this.yo, this.zo, 1, 0, 0, 0, 0, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue