Fix wrong nomenclature in game_api.txt

master
PilzAdam 2015-10-11 18:29:39 +02:00 committed by Vanessa Ezekowitz
parent 8d97fb1c21
commit 3517dac679
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ on_rotate(pos, node, user, mode, new_param2)
Stairs API Stairs API
---------- ----------
The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those The stairs API lets you register stairs and slabs and ensures that they are registered the same way as those
delivered with minetest_game, to keep them compatible with other mods. delivered with Minetest Game, to keep them compatible with other mods.
stairs.register_stair(subname, recipeitem, groups, images, description, sounds) stairs.register_stair(subname, recipeitem, groups, images, description, sounds)
-> Registers a stair. -> Registers a stair.