mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Update game_api.txt
Co-Authored-By: sfan5 <sfan5@live.de>
This commit is contained in:
parent
61ff08d75e
commit
027cc8aed5
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ stairs.register_stair_and_slab(subname, recipeitem, groups, images, desc_stair,
|
|||
* A wrapper for stairs.register_stair, stairs.register_slab, stairs.register_stair_inner, stairs.register_stair_outer
|
||||
* Uses almost the same arguments as stairs.register_stair
|
||||
* `desc_stair`: Description for stair nodes. For corner stairs 'Inner' or 'Outer' will be prefixed unless
|
||||
you set arguments `desc_stair_outer` or `desc_stair_inner`
|
||||
`desc_stair_outer` or `desc_stair_inner` are specified, which are used instead.
|
||||
* `desc_slab`: Description for slab node
|
||||
* `desc_stair_outer`: Description for outer stair node
|
||||
* `desc_stair_inner`: Description for inner stair node
|
||||
|
|
Loading…
Add table
Reference in a new issue