summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-09-01 12:58:37 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-09-01 12:58:37 +0300
commit3b43c69df4ce7d68aebb4bd02aaa4aca18b9afad (patch)
tree60f6b5b30e8f18eacc71d812a30776641c32999c /doc
parentb17d3e7ad7e59a10df50277c15174529f20d0bed (diff)
downloadminetest-3b43c69df4ce7d68aebb4bd02aaa4aca18b9afad.tar.gz
minetest-3b43c69df4ce7d68aebb4bd02aaa4aca18b9afad.tar.bz2
minetest-3b43c69df4ce7d68aebb4bd02aaa4aca18b9afad.zip
Add bouncy node group
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 008c9d40c..d3e254a2d 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -455,6 +455,7 @@ Special groups
- 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)
+- bouncy: value is bounce speed in percent
Known damage and digging time defining groups
----------------------------------------------