summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2015-06-28 04:47:30 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2015-06-28 04:54:48 -0400
commit16e40a2e2249bd3530710b34d25006da9e85c27d (patch)
tree50ec6f141ff5f819b50b22552be909efb2668347 /init.lua
parent0a70d8edefc23c2b692926982620ef8d827ab610 (diff)
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.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 005e0d7..4abbcc8 100644
--- a/init.lua
+++ b/init.lua
@@ -43,7 +43,7 @@ unified_inventory = {
main_button_x = 0,
main_button_y = 9,
craft_result_x = 0.3,
- craft_result_y = 0.6,
+ craft_result_y = 0.5,
form_header_y = 0
}
@@ -54,7 +54,7 @@ if unified_inventory.lite_mode then
unified_inventory.formspec_y = 0.47
unified_inventory.main_button_x = 8.2
unified_inventory.main_button_y = 6.5
- unified_inventory.craft_result_x = 2.3
+ unified_inventory.craft_result_x = 2.8
unified_inventory.craft_result_y = 3.4
unified_inventory.form_header_y = -0.1
end