Enhanced hive formspec

This commit is contained in:
kilbith 2015-09-27 12:59:36 +02:00
parent 1f8abb586c
commit d8a4f8e758
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function hive.construct(pos)
local xbg = default.gui_bg..default.gui_bg_img..default.gui_slots local xbg = default.gui_bg..default.gui_bg_img..default.gui_slots
local formspec = "size[8,5;]"..xbg.. local formspec = "size[8,5;]"..xbg..
"label[1.35,0;Bees are making honey\nwith pollen around...]image[6,0;1,1;xdecor_bee.png]list[current_name;honey;5,0;1,1;]list[current_player;main;0,1.35;8,4;]" "label[1.35,0;Bees are making honey\nwith pollen around...]image[6,0;1,1;xdecor_bee.png]image[5,0;1,1;hive_layout.png]list[current_name;honey;5,0;1,1;]list[current_player;main;0,1.35;8,4;]"
meta:set_string("formspec", formspec) meta:set_string("formspec", formspec)
meta:set_string("infotext", "Artificial Hive") meta:set_string("infotext", "Artificial Hive")

BIN
textures/hive_layout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B