update api.txt

This commit is contained in:
tenplus1 2023-08-09 10:52:14 +01:00
parent c1c42dcf1f
commit 70533a8f5f

View File

@ -62,6 +62,10 @@ The stairs API lets you register stairs and slabs and ensures that they are regi
* `sounds`: See [#Default sounds]
* `worldaligntex`: A bool to set all textures world-aligned. Default false. See [Tile definition]
`stairs.register_slope_outer(subname, recipeitem, groups, images, description, sounds, worldaligntex)`
`stairs.register_slope_inner(subname, recipeitem, groups, images, description, sounds, worldaligntex)`
`stairs.register_stair_and_slab(subname, recipeitem, groups, images, desc_stair, desc_slab, sounds, worldaligntex)`