diff options
author | Wuzzy <wuzzy2@mail.ru> | 2018-12-10 09:25:47 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-12-10 09:25:47 +0100 |
commit | 5560ec8178053b27adac6f277f539975d46267b8 (patch) | |
tree | 5a8ee794f004a5c0d49084c0f9050cd8808b9d5f /doc/lua_api.txt | |
parent | 98a72b9d458f3108d4a4bef4f0ad78f46baee2c4 (diff) | |
download | minetest-5560ec8178053b27adac6f277f539975d46267b8.tar.gz minetest-5560ec8178053b27adac6f277f539975d46267b8.tar.bz2 minetest-5560ec8178053b27adac6f277f539975d46267b8.zip |
Add eat sound (#7956)
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 d48e50fde..523bf8eb1 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -5795,6 +5795,7 @@ Used by `minetest.register_node`, `minetest.register_craftitem`, and sound = { breaks = "default_tool_break", -- tools only place = <SimpleSoundSpec>, + eat = <SimpleSoundSpec>, }, on_place = func(itemstack, placer, pointed_thing), |