forked from VoxeLibre/VoxeLibre
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
|
||||
end
|
||||
if enchantments.punch then
|
||||
knockback = enchantments.punch * 21
|
||||
knockback = enchantments.punch * 24
|
||||
else
|
||||
knockback = 4.875
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue