aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'stairsplus/API.md')
-rw-r--r--stairsplus/API.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/stairsplus/API.md b/stairsplus/API.md
index 480b848..a98ec81 100644
--- a/stairsplus/API.md
+++ b/stairsplus/API.md
@@ -1,11 +1,11 @@
-API documentation for StairsPlus
+API documentation for Stairs+
================================
- - - - - - - - - - - - - - - -
* `stairsplus:register_all(modname, subname, recipeitem, fields)`
Registers a stair, slab, panel, microblock, and any other types of
- microblocks to be added in the future.
- Also registers the node with the circular saw.
+ nodes to be added in the future.
+ This also registers the node with the circular saw.
Example:
```lua
stairsplus:register_all("moreblocks", "wood", "defaut:wood", {
@@ -16,7 +16,7 @@ API documentation for StairsPlus
})
```
The following register only a particular type of microblock.
-You will probably never want to use them directly.
+You will probably never want to use them directly:
* `stairsplus:register_stair(modname, subname, recipeitem, fields)`
* `stairsplus:register_slab(modname, subname, recipeitem, fields)`