summaryrefslogtreecommitdiff
path: root/builtin/game
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-04-14 14:11:33 +0200
committersfan5 <sfan5@live.de>2020-04-27 20:45:46 +0200
commit3475759d1adbd4a64c6250fd87981f783e64f69c (patch)
tree50e1a4402a2ecc83b6f11a76ff27c7b5b3ac59ad /builtin/game
parentaef59f2ad9a5a5a217ddadc05c46fd4d23cef47f (diff)
downloadminetest-3475759d1adbd4a64c6250fd87981f783e64f69c.tar.gz
minetest-3475759d1adbd4a64c6250fd87981f783e64f69c.tar.bz2
minetest-3475759d1adbd4a64c6250fd87981f783e64f69c.zip
Expose collision information to LuaEntity on_step
Diffstat (limited to 'builtin/game')
-rw-r--r--builtin/game/features.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua
index 623f8183b..a15475333 100644
--- a/builtin/game/features.lua
+++ b/builtin/game/features.lua
@@ -16,6 +16,7 @@ core.features = {
formspec_version_element = true,
area_store_persistent_ids = true,
pathfinder_works = true,
+ object_step_has_moveresult = true,
}
function core.has_feature(arg)