1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Add player knockback on punch to builtin

This commit is contained in:
sfan5 2019-07-16 19:20:06 +02:00
parent cf64054390
commit 291e7730cf
3 changed files with 56 additions and 0 deletions

View file

@ -33,5 +33,6 @@ dofile(gamepath .. "features.lua")
dofile(gamepath .. "voxelarea.lua")
dofile(gamepath .. "forceloading.lua")
dofile(gamepath .. "statbars.lua")
dofile(gamepath .. "knockback.lua")
profiler = nil