diff options
author | BlockMen <nmuelll@web.de> | 2015-10-24 12:28:35 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-11-07 13:23:38 +0100 |
commit | 2a12579fab7803fdee2fac2fa8a6837f131dde7a (patch) | |
tree | fc4229b476b979d52d91d1a2f3f9ed6082f14328 /doc | |
parent | 578649bd158a756adc966609f72444dc845355f0 (diff) | |
download | minetest-2a12579fab7803fdee2fac2fa8a6837f131dde7a.tar.gz minetest-2a12579fab7803fdee2fac2fa8a6837f131dde7a.tar.bz2 minetest-2a12579fab7803fdee2fac2fa8a6837f131dde7a.zip |
Add support for audio feedback if placing node failed
Diffstat (limited to 'doc')
-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 b337be1f0..5008a5293 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3241,6 +3241,7 @@ Definition tables dig = <SimpleSoundSpec>, -- "__group" = group-based sound (default) dug = <SimpleSoundSpec>, place = <SimpleSoundSpec>, + place_failed = <SimpleSoundSpec>, }, drop = "", -- Name of dropped node when dug. Default is the node itself. -- Alternatively: |