projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c1e99
)
Fix wrong nomenclature in game_api.txt
author
PilzAdam
<PilzAdam@minetest.net>
Sun, 11 Oct 2015 16:29:39 +0000
(18:29 +0200)
committer
PilzAdam
<PilzAdam@minetest.net>
Sun, 11 Oct 2015 16:29:39 +0000
(18:29 +0200)
game_api.txt
patch
|
blob
|
history
diff --git
a/game_api.txt
b/game_api.txt
index 9c717e75a52be1b88ec451fda8206dc4d276aed3..8ab443099c042aedc4e27b93caec0208562d3ed9 100644
(file)
--- a/
game_api.txt
+++ b/
game_api.txt
@@
-163,7
+163,7
@@
on_rotate(pos, node, user, mode, new_param2)
Stairs API
----------
The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
-delivered with
minetest_g
ame, to keep them compatible with other mods.
+delivered with
Minetest G
ame, to keep them compatible with other mods.
stairs.register_stair(subname, recipeitem, groups, images, description, sounds)
-> Registers a stair.