From 2d918a536e03be1876e97ab48a475a27878978ac Mon Sep 17 00:00:00 2001 From: isaiah658 <29903689+isaiah658@users.noreply.github.com> Date: Wed, 16 Dec 2020 01:33:33 +0000 Subject: [PATCH] Remove formspec listcolors --- internal.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internal.lua b/internal.lua index f86d530..de7e4d1 100644 --- a/internal.lua +++ b/internal.lua @@ -123,9 +123,8 @@ function unified_inventory.get_formspec(player, page) if fsdata.draw_inventory ~= false then -- Player inventory - formspec[n] = "listcolors[#00000000;#00000000]" - formspec[n+1] = "list[current_player;main;0,"..(ui_peruser.formspec_y + 3.5)..";8,4;]" - n = n+2 + formspec[n] = "list[current_player;main;0,"..(ui_peruser.formspec_y + 3.5)..";8,4;]" + n = n+1 end if fsdata.draw_item_list == false then