From: PilzAdam Date: Thu, 1 Nov 2012 11:33:24 +0000 (+0100) Subject: Add falling_node to special groups in lua-api.txt X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=0443d36abf56c7c62a59940ae696f53e26b4c0de;p=zefram%2Fminetest%2Fminetest_engine.git Add falling_node to special groups in lua-api.txt --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 442937bd..de364a5c 100644 --- 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 ----------------------------------------------