diff options
author | PilzAdam <adam-k@outlook.com> | 2012-11-01 11:00:57 -0700 |
---|---|---|
committer | PilzAdam <adam-k@outlook.com> | 2012-11-01 11:00:57 -0700 |
commit | 63e73f29cc9aa43721a84e48072607fc1d913877 (patch) | |
tree | 80a4ecd155f29abed596f9874b7f3c5651a83aee /doc/lua_api.txt | |
parent | 25cf3757b29a0397e201a4719788ead3dc76ec94 (diff) | |
parent | 7fcf153adab121bfd50b246f32e074adab3a3b6d (diff) | |
download | minetest-63e73f29cc9aa43721a84e48072607fc1d913877.tar.gz minetest-63e73f29cc9aa43721a84e48072607fc1d913877.tar.bz2 minetest-63e73f29cc9aa43721a84e48072607fc1d913877.zip |
Merge pull request #270 from PilzAdam/master
Move falling to builtin
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 442937bd1..de364a5c6 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 ---------------------------------------------- |