diff options
Diffstat (limited to 'internal.lua')
-rw-r--r-- | internal.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |