diff --git a/misc.lua b/misc.lua index 96b1d74..90bbb3e 100644 --- a/misc.lua +++ b/misc.lua @@ -57,6 +57,7 @@ xdecor.register("painting", { description = "Painting", drawtype = "signlike", paramtype2 = "wallmounted", + walkable = false, legacy_wallmounted = true, selection_box = {type = "wallmounted"}, tiles = {"xdecor_painting.png"},