make unenchanted potato cannons actually do damage (oops)
This commit is contained in:
parent
f1da8b8f1e
commit
f726477c8a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class PotatoProjectileEntity extends DamagingProjectileEntity implements
|
|||
PotatoProjectileRenderMode stuckRenderer;
|
||||
double stuckFallSpeed;
|
||||
|
||||
float additionalDamageMult = 0;
|
||||
float additionalDamageMult = 1;
|
||||
float additionalKnockback = 0;
|
||||
float recoveryChance = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue