From e48221fc60a0786e93262d97f8f7a40ce3579689 Mon Sep 17 00:00:00 2001 From: Atsuishio <842960157@qq.com> Date: Sat, 24 May 2025 17:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E5=B0=84=E7=89=A9?= =?UTF-8?q?=E9=9F=B3=E6=95=88=E6=92=AD=E6=94=BE=E9=80=9F=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/projectile/FastThrowableProjectile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/projectile/FastThrowableProjectile.java b/src/main/java/com/atsuishio/superbwarfare/entity/projectile/FastThrowableProjectile.java index 75056a795..76ba4624b 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/projectile/FastThrowableProjectile.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/projectile/FastThrowableProjectile.java @@ -80,7 +80,7 @@ public abstract class FastThrowableProjectile extends ThrowableItemProjectile im } public boolean isFastMoving() { - return this.getDeltaMovement().lengthSqr() >= 2500; + return this.getDeltaMovement().lengthSqr() >= 6.25; } public boolean shouldSyncMotion() {