1
0
Fork 0

Buff punch enchantment knockback range in bows to be similar to MC

This commit is contained in:
Eliy21 2023-11-21 05:57:43 +00:00
parent e0bd5e7f33
commit 401c05d696
1 changed files with 1 additions and 1 deletions

View File

@ -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 * 3
knockback = enchantments.punch * 21
end
if enchantments.flame then
mcl_burning.set_on_fire(obj, math.huge)