1
0
Fork 0

Increase enchanted bow knockback

This commit is contained in:
Eliy21 2023-12-18 21:31:38 +00:00
parent 12109e7f44
commit 14cec16c63
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 * 21
knockback = enchantments.punch * 24
else
knockback = 4.875
end