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
|
end
|
||||||
if enchantments.punch then
|
if enchantments.punch then
|
||||||
knockback = enchantments.punch * 21
|
knockback = enchantments.punch * 21
|
||||||
|
else
|
||||||
|
knockback = 4.875
|
||||||
end
|
end
|
||||||
if enchantments.flame then
|
if enchantments.flame then
|
||||||
mcl_burning.set_on_fire(obj, math.huge)
|
mcl_burning.set_on_fire(obj, math.huge)
|
||||||
|
Loading…
Reference in New Issue
Block a user