diff --git a/src/nodes.lua b/src/nodes.lua index 1f7524d..b6d5bbf 100644 --- a/src/nodes.lua +++ b/src/nodes.lua @@ -685,6 +685,7 @@ xdecor.register("painting_1", { inventory_image = "xdecor_painting_empty.png", wield_image = "xdecor_painting_empty.png", paramtype2 = "wallmounted", + wallmounted_rotate_vertical = true, sunlight_propagates = true, groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 2, attached_node = 1}, is_ground_content = false, @@ -736,6 +737,7 @@ for i = 2, 4 do tiles = {"xdecor_painting_"..i..".png","xdecor_painting_"..i..".png^[transformR180","xdecor_painting_"..i..".png"}, use_texture_alpha = ALPHA_OPAQUE, paramtype2 = "wallmounted", + wallmounted_rotate_vertical = true, drop = "xdecor:painting_1", sunlight_propagates = true, groups = {