修改迫击炮弹重力
This commit is contained in:
parent
9ad273d750
commit
af9ef7182b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ public class MortarShellEntity extends FastThrowableProjectile implements GeoEnt
|
|||
|
||||
@Override
|
||||
protected double getDefaultGravity() {
|
||||
return 0.11;
|
||||
return 0.13;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue