Update kb.lua

master
Minetest-j45 2021-03-15 21:56:06 +00:00 committed by GitHub
parent 501764b9ee
commit a64a3280ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
kb.lua
View File

@ -1 +1,3 @@
minetest.calculate_knockback = function(player, hitter, time_from_last_punch, tool_capabilities, dir, distance, damage)
return 1
end