1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Don't suggest to change climb setting in lua_api

This commit is contained in:
Wuzzy 2024-08-18 11:30:00 +02:00
parent 7b69c8e3a3
commit 1a72e156f3

View file

@ -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