From 1a72e156f36072a54fed81602476e79b5af90160 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 18 Aug 2024 11:30:00 +0200 Subject: [PATCH] Don't suggest to change climb setting in lua_api --- 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 52583a592..8f4309783 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -9853,8 +9853,8 @@ Used by `core.register_node`. -- The speed at which a climbable node can be climbed is multiplied -- with this number. Must not be negative. No effect if node isn't -- climbable. - -- Note: To set the base climbing speed in your game, - -- change the setting "movement_speed_climb". + -- Note: The base climbing speed is controlled by the setting + -- `movement_speed_climb`. buildable_to = false, -- If true, placed nodes can replace this node