diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-09-13 22:34:39 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-09-13 22:34:39 -0400 |
commit | af02750c7ab30c48482575461b06d7ef37c359a7 (patch) | |
tree | b3ad7a55c7f5b0187fa58f50bd1a7d021c344a3b /homedecor | |
parent | b8892ef667c78b8d9be95eede93cfb96f54691f8 (diff) | |
download | dreambuilder_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')
-rw-r--r-- | homedecor/misc-nodes.lua | 1 |
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" |