From 42093582dffee2df4aa9a731b022feb7941c5f52 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 8 Sep 2018 10:13:31 -0400 Subject: [PATCH] show "on hand" indicators in "avail only" screen --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d641dc9..f9868b3 100644 --- a/init.lua +++ b/init.lua @@ -856,7 +856,7 @@ function unifieddyes.make_colored_square(hexcolor, colorname, showall, creative, local overlay = "" local colorize = minetest.formspec_escape("^[colorize:#"..hexcolor..":255") - if (showall or not nodepalette) and not creative and inv:contains_item("main", dye) then + if not creative and inv:contains_item("main", dye) then overlay = "^unifieddyes_available_overlay.png" end