From 44204ccc08c1eacb884db4baf3fb54d8ce780e53 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:29:46 +0200 Subject: [PATCH] This is right --- doc/lua_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 390d9ae92e..b9ccf5eb3e 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -8895,8 +8895,8 @@ Player properties need to be saved manually. stepheight = 0, -- If positive number, object will climb upwards when it moves -- horizontally against a `walkable` node, if the height difference - -- is within `stepheight`. - -- Values bigger than twice the collisionbox Y won't work. + -- is within `stepheight` and if the object current max Y is greater + -- or equal than the node max Y. automatic_face_movement_dir = 0.0, -- Automatically set yaw to movement direction, offset in degrees.