修改弹射物音效播放速条件
This commit is contained in:
parent
f49316cbc1
commit
e48221fc60
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue