From e03937e035890446e546e82512015e9ba31ffda0 Mon Sep 17 00:00:00 2001 From: jp Date: Fri, 4 Dec 2015 22:29:12 +0100 Subject: [PATCH] Wood sounds to paintings --- nodes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes.lua b/nodes.lua index 3dddd9e..647acb1 100644 --- a/nodes.lua +++ b/nodes.lua @@ -360,6 +360,7 @@ xdecor.register("painting_1", { wield_image = "xdecor_painting_empty.png", sunlight_propagates = true, groups = {choppy=3, oddly_breakable_by_hand=2, flammable=3, attached_node=1}, + sounds = default.node_sound_wood_defaults(), node_box = { type = "wallmounted", wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125}, @@ -382,6 +383,7 @@ for i = 2, 4 do drop = "xdecor:painting_1", sunlight_propagates = true, groups = {choppy=3, oddly_breakable_by_hand=2, flammable=3, attached_node=1, not_in_creative_inventory=1}, + sounds = default.node_sound_wood_defaults(), node_box = { type = "wallmounted", wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},