From 323829a4eebc207cccc0f334136e8f33e8e98995 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:31:41 +0200 Subject: [PATCH] DOCS: clarify `stepheight` upper limit --- doc/lua_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lua_api.md b/doc/lua_api.md index a43f517a0..390d9ae92 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -8896,6 +8896,7 @@ Player properties need to be saved manually. -- 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. automatic_face_movement_dir = 0.0, -- Automatically set yaw to movement direction, offset in degrees.