Fix incorrect background colors over inventory slots

caused by BlockMen's/kahrl's inventory #hexcolor patch
( 25edae00ea )
This commit is contained in:
Vanessa Ezekowitz
2013-11-05 10:43:50 -05:00
parent 2b5bf5fe95
commit ee93afd439
3 changed files with 5 additions and 0 deletions

View File

@ -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