diff --git a/3d_armor/armor.lua b/3d_armor/armor.lua index 49c2cae..33f7273 100644 --- a/3d_armor/armor.lua +++ b/3d_armor/armor.lua @@ -82,13 +82,13 @@ local armor_formpage = "image[2.5,0;2,4;armor_preview]".. default.gui_bg.. default.gui_bg_img.. default.gui_slots.. - default.get_hotbar_bg(0,4.25).. + default.get_hotbar_bg(0, 4.7).. "label[5,1;Level: armor_level]".. "label[5,1.5;Heal: armor_heal]".. "label[5,2;Fire: armor_fire]".. "label[5,2.5;Radiation: armor_radiation]".. - "list[current_player;main;0,4.25;8,1;]".. - "list[current_player;main;0,5.5;8,3;8]" + "list[current_player;main;0,4.7;8,1;]".. + "list[current_player;main;0,5.85;8,3;8]" if minetest.get_modpath("inventory_plus") then inv_mod = "inventory_plus" armor.formspec = "size[8,8.5]button[6,0;2,0.5;main;Back]"..armor_formpage