mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Increase enchanted bow knockback
This commit is contained in:
parent
12109e7f44
commit
14cec16c63
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function mcl_bows.shoot_arrow(arrow_item, pos, dir, yaw, shooter, power, damage,
|
|||
damage = damage + (enchantments.power + 1) / 4
|
||||
end
|
||||
if enchantments.punch then
|
||||
knockback = enchantments.punch * 21
|
||||
knockback = enchantments.punch * 24
|
||||
else
|
||||
knockback = 4.875
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue