summaryrefslogtreecommitdiff
path: root/technic_chests/register.lua
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-06-18 04:09:27 +0200
committerest31 <MTest31@outlook.com>2015-06-18 04:09:27 +0200
commitd732c8dfbd818e9b0b4a04620af40399b35c74ab (patch)
tree69e70b6b352722786e9397fe317ddff3607696e3 /technic_chests/register.lua
parent7cd848a050b053c469efd20d89c7e2b34b6005ce (diff)
Add listring functionality
Add shift-click functionality
Diffstat (limited to 'technic_chests/register.lua')
-rw-r--r--technic_chests/register.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/technic_chests/register.lua b/technic_chests/register.lua
index dcd3fb3..25e4cde 100644
--- a/technic_chests/register.lua
+++ b/technic_chests/register.lua
@@ -209,7 +209,8 @@ function technic.chests:definition(name, data)
"list[current_player;main;"..data.loleft..","..data.lotop..";8,4;]"..
"background[-0.19,-0.25;"..(data.ovwidth+0.4)..","..(data.ovheight+0.75)..";technic_chest_form_bg.png]"..
"background["..data.hileft..",1;"..data.width..","..data.height..";technic_"..lname.."_chest_inventory.png]"..
- "background["..data.loleft..","..data.lotop..";8,4;technic_main_inventory.png]"
+ "background["..data.loleft..","..data.lotop..";8,4;technic_main_inventory.png]"..
+ "listring[]"
if data.sort then
data.base_formspec = data.base_formspec.."button["..data.hileft..","..(data.height+1.1)..";1,0.8;sort;"..S("Sort").."]"
end