mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-07-03 00:40:27 +02:00
Remove formspec listcolors
This commit is contained in:
@ -123,9 +123,8 @@ function unified_inventory.get_formspec(player, page)
|
|||||||
|
|
||||||
if fsdata.draw_inventory ~= false then
|
if fsdata.draw_inventory ~= false then
|
||||||
-- Player inventory
|
-- Player inventory
|
||||||
formspec[n] = "listcolors[#00000000;#00000000]"
|
formspec[n] = "list[current_player;main;0,"..(ui_peruser.formspec_y + 3.5)..";8,4;]"
|
||||||
formspec[n+1] = "list[current_player;main;0,"..(ui_peruser.formspec_y + 3.5)..";8,4;]"
|
n = n+1
|
||||||
n = n+2
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if fsdata.draw_item_list == false then
|
if fsdata.draw_item_list == false then
|
||||||
|
Reference in New Issue
Block a user