From 71e8bf9f8459c839c5c77b44e8f0836f0fe724d1 Mon Sep 17 00:00:00 2001 From: tacigar Date: Sat, 17 Sep 2016 14:45:29 +0900 Subject: [PATCH] [UPDATE] Update core position in formspec --- maidroid/api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maidroid/api.lua b/maidroid/api.lua index 309ae50..415a8f8 100644 --- a/maidroid/api.lua +++ b/maidroid/api.lua @@ -229,8 +229,8 @@ function maidroid.register_maidroid(product_name, def) .. default.gui_bg_img .. default.gui_slots .. "list[detached:"..self.inventory_name..";main;0,0;4,4;]" - .. "label[6,3;core]" - .. "list[detached:"..self.inventory_name..";core;6,4;1,1;]" + .. "label[5.5,1;core]" + .. "list[detached:"..self.inventory_name..";core;5.5,1.5;1,1;]" .. "list[current_player;main;0,5;8,1;]" .. "list[current_player;main;0,6.2;8,3;8]" .. "button[7,0.25;1,0.875;apply_name;Apply]"