aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/API.md
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-06-27 20:14:08 +0200
committerCalinou <calinou@opmbx.org>2014-06-27 20:14:08 +0200
commite2f4cc369b98cdb13791738d4aa70605670223db (patch)
treecc852a6ebc47e5a5e6bb5573a64914047c64ba68 /stairsplus/API.md
parent2b6eb1ff842229f202bfa8078a8c55eb8942d3b6 (diff)
downloadmoreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.tar.gz
moreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.tar.bz2
moreblocks-e2f4cc369b98cdb13791738d4aa70605670223db.zip
Code cleanup. Add tar and more stone types.
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)`