diff options
-rw-r--r-- | init.lua | 6 | ||||
-rw-r--r-- | textures/unifieddyes_onhand_unavailable_overlay.png | bin | 0 -> 319 bytes |
2 files changed, 5 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..5b1c475 --- /dev/null +++ b/textures/unifieddyes_onhand_unavailable_overlay.png |