forked from VoxeLibre/VoxeLibre
Add minimum unenchanted knockback to bow
This commit is contained in:
parent
8612350fa7
commit
6d7ae8ba2d
|
@ -49,6 +49,8 @@ function mcl_bows.shoot_arrow(arrow_item, pos, dir, yaw, shooter, power, damage,
|
|||
end
|
||||
if enchantments.punch then
|
||||
knockback = enchantments.punch * 21
|
||||
else
|
||||
knockback = 4.875
|
||||
end
|
||||
if enchantments.flame then
|
||||
mcl_burning.set_on_fire(obj, math.huge)
|
||||
|
|
Loading…
Reference in New Issue