From 03dae5fba6c4211290bf828b8268099415c68986 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 27 May 2020 15:10:47 +0200 Subject: [PATCH] Fix falling entity not falling through players --- builtin/game/falling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/game/falling.lua b/builtin/game/falling.lua index cdbb13acc..714506a5f 100644 --- a/builtin/game/falling.lua +++ b/builtin/game/falling.lua @@ -323,7 +323,7 @@ core.register_entity(":__builtin:falling_node", { z = vel.z }) self.object:set_pos(vector.add(self.object:get_pos(), - {x = 0, y = -0.2, z = 0})) + {x = 0, y = -0.5, z = 0})) end return elseif bcn.name == "ignore" then