1
0
Fork 0

Adjust minimum pvp knockback to be closer to MC

This commit is contained in:
Eliy21 2023-12-14 09:27:28 +00:00
parent 49af5d2013
commit bf9e487fa9
1 changed files with 1 additions and 1 deletions

View File

@ -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