Add listring to move honey to inventory

Allows using shift+click to transfer honey to player inventory.
master
Hector Kio 2018-09-16 13:40:55 -04:00 committed by Jean-Patrick Guerrero
parent 3c1423a462
commit 79f97a1569
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ function hive.construct(pos)
image[6,0;1,1;hive_bee.png]
image[5,0;1,1;hive_layout.png]
list[context;honey;5,0;1,1;]
list[current_player;main;0,1.35;8,4;] ]]
list[current_player;main;0,1.35;8,4;]
listring[current_player;main]
listring[context;honey] ]]
..xbg..default.get_hotbar_bg(0,1.35)
meta:set_string("formspec", formspec)