修改弹射物音效播放速条件

This commit is contained in:
Atsuishio 2025-05-24 17:38:37 +08:00 committed by Light_Quanta
parent f49316cbc1
commit e48221fc60
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -80,7 +80,7 @@ public abstract class FastThrowableProjectile extends ThrowableItemProjectile im
} }
public boolean isFastMoving() { public boolean isFastMoving() {
return this.getDeltaMovement().lengthSqr() >= 2500; return this.getDeltaMovement().lengthSqr() >= 6.25;
} }
public boolean shouldSyncMotion() { public boolean shouldSyncMotion() {