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:
df2ad89
)
Add falling_node to special groups in lua-api.txt
author
PilzAdam
<adam-k@outlook.com>
Thu, 1 Nov 2012 11:33:24 +0000
(12:33 +0100)
committer
PilzAdam
<adam-k@outlook.com>
Thu, 1 Nov 2012 11:33:24 +0000
(12:33 +0100)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index 442937bd16ef833e4b2cc6a089f63f5e77feca6c..de364a5c6afc28bc454e52c7bf9a3949a76149d5 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-456,6
+456,7
@@
Special groups
- disable_jump: Player (and possibly other things) cannot jump from node
- fall_damage_add_percent: damage speed = speed * (1 + value/100)
- bouncy: value is bounce speed in percent
+- falling_node: if there is no walkable block under the node it will fall
Known damage and digging time defining groups
----------------------------------------------