mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Adjust minimum pvp knockback to be closer to MC
This commit is contained in:
parent
49af5d2013
commit
bf9e487fa9
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ function minetest.calculate_knockback(player, hitter, time_from_last_punch, tool
|
|||
})
|
||||
-- add minimum knockback
|
||||
if knockback <= 1.5 then
|
||||
knockback = knockback + 4.5
|
||||
knockback = knockback + 4.875
|
||||
end
|
||||
end
|
||||
-- add player velocity to knockback
|
||||
|
|
Loading…
Reference in a new issue