Skip to content

Commit 03dae5f

Browse files
committed
Fix falling entity not falling through players
1 parent f90ca96 commit 03dae5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/game/falling.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ core.register_entity(":__builtin:falling_node", {
323323
z = vel.z
324324
})
325325
self.object:set_pos(vector.add(self.object:get_pos(),
326-
{x = 0, y = -0.2, z = 0}))
326+
{x = 0, y = -0.5, z = 0}))
327327
end
328328
return
329329
elseif bcn.name == "ignore" then

0 commit comments

Comments
 (0)