From 1156940f99dace457786e2d435f5d546498a6e3b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 19 Sep 2024 10:58:53 +0200 Subject: [PATCH] Fix wrong naming convention for stairs --- src/workbench.lua | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/workbench.lua b/src/workbench.lua index 97da8df..dabf9c3 100644 --- a/src/workbench.lua +++ b/src/workbench.lua @@ -537,13 +537,10 @@ The following nodes will be registered: You MUST make sure these names are not already taken before calling this function. Failing to do so is an error. -Additionally, the following nodes will be registered by using -the `stairs` mod if `_slab` does not exist yet: - -* _slab -* _stair -* _stair_outer -* _stair_inner +Additionally, a slab, stair, inner stair and outer stair +will be registered by using the `stairs` mod if the slab +node does not exist yet. Refer to the `stairs` mod documentation +for details. Returns true if all nodes were registered successfully, returns false (and writes to error log) if any error occurred.