tweak painting param

This commit is contained in:
kilbith 2015-06-09 22:00:15 +02:00
parent e7ff0cf864
commit c35dbde0e2

View File

@ -57,6 +57,7 @@ xdecor.register("painting", {
description = "Painting", description = "Painting",
drawtype = "signlike", drawtype = "signlike",
paramtype2 = "wallmounted", paramtype2 = "wallmounted",
walkable = false,
legacy_wallmounted = true, legacy_wallmounted = true,
selection_box = {type = "wallmounted"}, selection_box = {type = "wallmounted"},
tiles = {"xdecor_painting.png"}, tiles = {"xdecor_painting.png"},