Fix formspec, and change duration

This commit is contained in:
tacigar 2016-12-17 15:39:55 +09:00
parent 09afb092d4
commit 682561322d
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ 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;main;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;]"
@ -87,7 +87,7 @@ maidroid_tool.register_writer("maidroid_tool:egg_writer", {
tiles = tiles, tiles = tiles,
node_box = node_box, node_box = node_box,
selection_box = selection_box, selection_box = selection_box,
duration = 30, duration = 40,
empty_itemname = "maidroid:empty_egg", empty_itemname = "maidroid:empty_egg",
dye_item_map = dye_item_map, dye_item_map = dye_item_map,
}) })