Fix wrong naming convention for stairs

This commit is contained in:
Wuzzy 2024-09-19 10:58:53 +02:00
parent ec7410b4e7
commit 1156940f99

View File

@ -537,13 +537,10 @@ The following nodes will be registered:
You MUST make sure these names are not already taken before You MUST make sure these names are not already taken before
calling this function. Failing to do so is an error. calling this function. Failing to do so is an error.
Additionally, the following nodes will be registered by using Additionally, a slab, stair, inner stair and outer stair
the `stairs` mod if `<nodename>_slab` does not exist yet: will be registered by using the `stairs` mod if the slab
node does not exist yet. Refer to the `stairs` mod documentation
* <nodename>_slab for details.
* <nodename>_stair
* <nodename>_stair_outer
* <nodename>_stair_inner
Returns true if all nodes were registered successfully, Returns true if all nodes were registered successfully,
returns false (and writes to error log) if any error occurred. returns false (and writes to error log) if any error occurred.