summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-09-01 12:07:27 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-09-01 12:07:27 +0300
commitb17d3e7ad7e59a10df50277c15174529f20d0bed (patch)
tree4190efc251318fd2f2db68d5790b4e18fc6c186b /doc/lua_api.txt
parent6a16075912d016926ee0361fb85f9979c119be52 (diff)
downloadminetest-b17d3e7ad7e59a10df50277c15174529f20d0bed.tar.gz
minetest-b17d3e7ad7e59a10df50277c15174529f20d0bed.tar.bz2
minetest-b17d3e7ad7e59a10df50277c15174529f20d0bed.zip
Add disable_jump and fall_damage_add_percent node groups
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 88c594eb2..008c9d40c 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -453,6 +453,8 @@ Special groups
- 2: node is removed without tool wear after 0.5 seconds or so
(rail, sign)
- 3: node is removed without tool wear immediately (torch)
+- disable_jump: Player (and possibly other things) cannot jump from node
+- fall_damage_add_percent: damage speed = speed * (1 + value/100)
Known damage and digging time defining groups
----------------------------------------------