修改迫击炮弹重力

This commit is contained in:
Atsuishio 2025-07-16 00:00:06 +08:00 committed by Light_Quanta
parent 9ad273d750
commit af9ef7182b
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -275,7 +275,7 @@ public class MortarShellEntity extends FastThrowableProjectile implements GeoEnt
@Override
protected double getDefaultGravity() {
return 0.11;
return 0.13;
}
@Override