From bab77d00e4eaed3b97259f9e2a52ee09ff03a309 Mon Sep 17 00:00:00 2001 From: Hugues Ross Date: Fri, 26 Jun 2020 17:58:37 -0400 Subject: [PATCH] Add proper listcolors --- formspec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formspec.lua b/formspec.lua index bd10cee..2c924cf 100644 --- a/formspec.lua +++ b/formspec.lua @@ -269,7 +269,7 @@ function gui.inventory(args) end end - data = data .. string.format("list[%s;%s;%f,%f;%f,%f;]", + data = data .. string.format("listcolors[#00000000;#00000022] list[%s;%s;%f,%f;%f,%f;]", args.location, args.id, args.x or 0, args.y or 0, args.w, args.h);