forked from mtcontrib/maidroid
Fix formspec of egg writer
This commit is contained in:
parent
f7c363f953
commit
b39fe84467
@ -12,8 +12,8 @@ local formspec = { -- want to change.
|
|||||||
.. default.gui_bg
|
.. default.gui_bg
|
||||||
.. default.gui_bg_img
|
.. default.gui_bg_img
|
||||||
.. default.gui_slots
|
.. default.gui_slots
|
||||||
.. "label[3.75,0;Core]"
|
.. "label[3.75,0;Egg]"
|
||||||
.. "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]"
|
.. "label[2.75,2;Coal]"
|
||||||
.. "list[current_name;fuel;2.5,2.5;1,1;]"
|
.. "list[current_name;fuel;2.5,2.5;1,1;]"
|
||||||
.. "label[4.75,2;Dye]"
|
.. "label[4.75,2;Dye]"
|
||||||
@ -36,7 +36,7 @@ local formspec = { -- want to change.
|
|||||||
.. default.gui_bg_img
|
.. default.gui_bg_img
|
||||||
.. default.gui_slots
|
.. default.gui_slots
|
||||||
.. "label[3.75,0;Core]"
|
.. "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]"
|
.. "label[2.75,2;Coal]"
|
||||||
.. "list[current_name;fuel;2.5,2.5;1,1;]"
|
.. "list[current_name;fuel;2.5,2.5;1,1;]"
|
||||||
.. "label[4.75,2;Dye]"
|
.. "label[4.75,2;Dye]"
|
||||||
|
Loading…
Reference in New Issue
Block a user