From e1290648772a99e218d6af564216830bdeb6dd92 Mon Sep 17 00:00:00 2001 From: D00Med Date: Tue, 8 Nov 2016 14:28:21 +1000 Subject: [PATCH] sound fix for simplenode --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e1dff5a..c61b6a4 100644 --- a/init.lua +++ b/init.lua @@ -1819,7 +1819,7 @@ minetest.register_node("vehicles:"..name, { groups = {cracky=1}, paramtype2 = "facedir", light_source = light, - default.node_sound_stone_defaults(), + sound = default.node_sound_stone_defaults(), }) end