From b39fe84467b6d984f41a78b5af617490a4b4c629 Mon Sep 17 00:00:00 2001 From: tacigar Date: Sat, 17 Dec 2016 13:01:15 +0900 Subject: [PATCH] Fix formspec of egg writer --- maidroid_tool/egg_writer.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maidroid_tool/egg_writer.lua b/maidroid_tool/egg_writer.lua index ef33c42..a91e665 100644 --- a/maidroid_tool/egg_writer.lua +++ b/maidroid_tool/egg_writer.lua @@ -12,8 +12,8 @@ local formspec = { -- want to change. .. default.gui_bg .. default.gui_bg_img .. default.gui_slots - .. "label[3.75,0;Core]" - .. "list[current_name;core;3.5,0.5;1,1;]" + .. "label[3.75,0;Egg]" + .. "list[current_name;main;3.5,0.5;1,1;]" .. "label[2.75,2;Coal]" .. "list[current_name;fuel;2.5,2.5;1,1;]" .. "label[4.75,2;Dye]" @@ -36,7 +36,7 @@ local formspec = { -- want to change. .. default.gui_bg_img .. default.gui_slots .. "label[3.75,0;Core]" - .. "list[current_name;core;3.5,0.5;1,1;]" + .. "list[current_name;main;3.5,0.5;1,1;]" .. "label[2.75,2;Coal]" .. "list[current_name;fuel;2.5,2.5;1,1;]" .. "label[4.75,2;Dye]"