Increase enchanted bow knockback
This commit is contained in:
parent
12109e7f44
commit
14cec16c63
|
@ -48,7 +48,7 @@ function mcl_bows.shoot_arrow(arrow_item, pos, dir, yaw, shooter, power, damage,
|
||||||
damage = damage + (enchantments.power + 1) / 4
|
damage = damage + (enchantments.power + 1) / 4
|
||||||
end
|
end
|
||||||
if enchantments.punch then
|
if enchantments.punch then
|
||||||
knockback = enchantments.punch * 21
|
knockback = enchantments.punch * 24
|
||||||
else
|
else
|
||||||
knockback = 4.875
|
knockback = 4.875
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue