mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Adjust minimum pvp knockback to be closer to MC
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user