Enhanced hive formspec
This commit is contained in:
parent
1f8abb586c
commit
d8a4f8e758
2
hive.lua
2
hive.lua
@ -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
BIN
textures/hive_layout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
Loading…
Reference in New Issue
Block a user