From 70533a8f5f22dd0321bc3cb81c0a398b6ed81125 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 9 Aug 2023 10:52:14 +0100 Subject: [PATCH] update api.txt --- api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api.txt b/api.txt index 436e7da..fe8ac6a 100644 --- a/api.txt +++ b/api.txt @@ -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)`