diff options
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 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), |