Skip to content

Commit

Permalink
Don't suggest to change climb setting in lua_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 committed Dec 23, 2024
1 parent 7b69c8e commit 1a72e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a72e15

Please sign in to comment.