summaryrefslogtreecommitdiff
path: root/homedecor/misc-nodes.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-13 22:34:39 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-13 22:34:39 -0400
commitaf02750c7ab30c48482575461b06d7ef37c359a7 (patch)
treeb3ad7a55c7f5b0187fa58f50bd1a7d021c344a3b /homedecor/misc-nodes.lua
parentb8892ef667c78b8d9be95eede93cfb96f54691f8 (diff)
downloaddreambuilder_modpack-af02750c7ab30c48482575461b06d7ef37c359a7.tar
dreambuilder_modpack-af02750c7ab30c48482575461b06d7ef37c359a7.tar.gz
dreambuilder_modpack-af02750c7ab30c48482575461b06d7ef37c359a7.tar.bz2
dreambuilder_modpack-af02750c7ab30c48482575461b06d7ef37c359a7.tar.xz
dreambuilder_modpack-af02750c7ab30c48482575461b06d7ef37c359a7.zip
update homedecor, coloredwood, and unifieddyes
Diffstat (limited to 'homedecor/misc-nodes.lua')
-rw-r--r--homedecor/misc-nodes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua
index 389d26d..9be77cb 100644
--- a/homedecor/misc-nodes.lua
+++ b/homedecor/misc-nodes.lua
@@ -515,6 +515,7 @@ for _, side in ipairs({"diagonal_left", "diagonal_right", "horizontal"}) do
end
if name == "wood" then
+ def.palette = "unifieddyes_palette_greys.png"
def.airbrush_replacement_node = "homedecor:banister_wood_"..side.."_grey"
def.groups.ud_param2_colorable = 1
def.paramtype2 = "colorfacedir"