From c35dbde0e2d3da0b7901ac90866ce887134d6504 Mon Sep 17 00:00:00 2001 From: kilbith Date: Tue, 9 Jun 2015 22:00:15 +0200 Subject: [PATCH] tweak painting param --- misc.lua | 1 + 1 file changed, 1 insertion(+) 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"},