Update for compatibility with current unifieddyes version (2021-03-26-1)

master
Jordan Irwin 2021-04-19 20:34:08 -07:00
parent d61a6c68ca
commit 1f3f838981
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ local glass_def = {
if enable_colors then
glass_def.paramtype2 = 'color'
glass_def.palette = 'unifieddyes_palette.png'
glass_def.palette = 'unifieddyes_palette_extended.png'
glass_def.groups['ud_param2_colorable'] = 1
glass_def.on_dig = dig_glass
end