From b17d3e7ad7e59a10df50277c15174529f20d0bed Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 1 Sep 2012 12:07:27 +0300 Subject: Add disable_jump and fall_damage_add_percent node groups --- doc/lua_api.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/lua_api.txt') 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 ---------------------------------------------- -- cgit v1.2.3