From 93985fccf5b3f1288cc25eb59df41b4dc0c0b23a Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 14 Apr 2020 14:11:33 +0200 Subject: [PATCH] Expose collision information to LuaEntity on_step --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 623f818..a154753 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)