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:
parent
7b69c8e3a3
commit
1a72e156f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue