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_gates/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'mesecons_gates') diff --git a/mesecons_gates/init.lua b/mesecons_gates/init.lua index 0e3d934..162c7d8 100644 --- a/mesecons_gates/init.lua +++ b/mesecons_gates/init.lua @@ -156,6 +156,7 @@ for _, gate in ipairs(gates) do end, groups = groups, drop = drop, + sounds = default.node_sound_stone_defaults(), mesecons_gate = gate.name, mesecons = { -- cgit v1.2.3