projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbf1b3
)
Fix typo in lua_api.txt
author
Craig Robbins
<kde.psych@gmail.com>
Sun, 14 Dec 2014 15:09:17 +0000
(
01:09
+1000)
committer
Craig Robbins
<kde.psych@gmail.com>
Sun, 14 Dec 2014 15:09:17 +0000
(
01:09
+1000)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 6b55526f509e0546af24113152f6d70e3b311e26..3284baedb3e855c0b21a257f48f6add025f72efd 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-2560,7
+2560,7
@@
Node definition (register_node)
^ Node destructor; always called after removing node
^ default: nil
- after_place_node = func(pos, placer, itemstack, pointed_thing)
,
+ after_place_node = func(pos, placer, itemstack, pointed_thing)
^ Called after constructing node when node was placed using
minetest.item_place_node / minetest.place_node
^ If return true no item is taken from itemstack