From 60ab2d94f07953e74fc98a33d468328c2adac75b Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 5 Mar 2019 08:17:48 +0100 Subject: Add sounds for falling and attached nodes (#7719) * Add sounds for falling and attached nodes The sound specified in `node_definition.sounds.fall` is used. When a falling node is spawned at a position or an attached node drops, the sound is played at this position. * allow all sorts of soundspecs --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 2edd0d9de..05ea6b4bc 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6084,6 +6084,7 @@ Used by `minetest.register_node`. dug = , place = , place_failed = , + fall = , }, drop = "", -- cgit v1.2.3