From ee93afd439ec9beaede5be916a55a17c61577684 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 5 Nov 2013 10:43:50 -0500 Subject: Fix incorrect background colors over inventory slots caused by BlockMen's/kahrl's inventory #hexcolor patch ( https://github.com/minetest/minetest/commit/25edae00ea1d5a9af4a6599fc7c200bb810fbd49 ) --- internal.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.lua') diff --git a/internal.lua b/internal.lua index 8753f38..3ea410e 100644 --- a/internal.lua +++ b/internal.lua @@ -32,6 +32,7 @@ function unified_inventory.get_formspec(player, page) if fsdata.draw_inventory ~= false then -- Player inventory + formspec = formspec.."listcolors[#00000000;#00000000]" formspec = formspec .. "list[current_player;main;0,4.5;8,4;]" end -- cgit v1.2.3