add palette to wood banister

This commit is contained in:
Vanessa Dannenberg 2018-09-13 22:32:46 -04:00
parent 4980844320
commit 25fef974e3
1 changed files with 1 additions and 0 deletions

View File

@ -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"