mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-08 07:53:44 +01:00
Add listring to upgrade slots form (#70)
This commit is contained in:
parent
7ab68688ed
commit
0ea57687b3
@ -40,6 +40,8 @@ drawers.node_box_simple = {
|
||||
drawers.drawer_formspec = "size[9,7]" ..
|
||||
"list[context;upgrades;2,0.5;5,1;]" ..
|
||||
"list[current_player;main;0,3;9,4;]" ..
|
||||
"listring[context;upgrades]" ..
|
||||
"listring[current_player;main]" ..
|
||||
drawers.gui_bg ..
|
||||
drawers.gui_bg_img ..
|
||||
drawers.gui_slots ..
|
||||
|
Loading…
Reference in New Issue
Block a user