From 3792b692aafed0ce6b0092b34278ad391b9eaf27 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 6 Mar 2013 20:51:57 -0500 Subject: Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds. --- mesecons_random/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'mesecons_random') diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index 16ffa3b..f2e459a 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -5,6 +5,7 @@ minetest.register_node("mesecons_random:removestone", { inventory_image = minetest.inventorycube("jeija_removestone_inv.png"), groups = {cracky=3}, description="Removestone", + sounds = default.node_sound_stone_defaults(), mesecons = {effector = { action_on = function (pos, node) minetest.env:remove_node(pos) -- cgit v1.2.3