re-arrange a few elements in the crafting guide to eliminate text overlap

Also make sure to chech if lite mode before assuming 4x2 "tab" button layout.
This commit is contained in:
Vanessa Ezekowitz
2015-06-28 04:47:30 -04:00
parent 0a70d8edef
commit 16e40a2e22
3 changed files with 14 additions and 14 deletions

View File

@ -48,7 +48,7 @@ function unified_inventory.get_formspec(player, page)
-- Main buttons
for i, def in pairs(unified_inventory.buttons) do
if i > 4 then
if unified_inventory.lite_mode and i > 4 then
button_row = 1
button_col = 1
end