diff --git a/init.lua b/init.lua index 9fa294a..2d0b22b 100644 --- a/init.lua +++ b/init.lua @@ -862,7 +862,11 @@ function unifieddyes.make_colored_square(hexcolor, colorname, showall, creative, local unavail_overlay = "" if not showall and not unifieddyes.palette_has_color[nodepalette.."_"..colorname] then - unavail_overlay = "^unifieddyes_unavailable_overlay.png" + if overlay == "" then + unavail_overlay = "^unifieddyes_unavailable_overlay.png" + else + unavail_overlay = "^unifieddyes_onhand_unavailable_overlay.png" + end end if dye == painting_with then diff --git a/textures/unifieddyes_onhand_unavailable_overlay.png b/textures/unifieddyes_onhand_unavailable_overlay.png new file mode 100644 index 0000000..5b1c475 Binary files /dev/null and b/textures/unifieddyes_onhand_unavailable_overlay.png differ