From 10466bea04f77261de0d9b77df4f7e4efbe88a19 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 30 Aug 2016 14:15:49 -0400 Subject: updated homedecor, moreblocks, pipeworks, and travelnet --- homedecor/handlers/inventory.lua | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'homedecor/handlers') diff --git a/homedecor/handlers/inventory.lua b/homedecor/handlers/inventory.lua index 44b6945..dc4b740 100644 --- a/homedecor/handlers/inventory.lua +++ b/homedecor/handlers/inventory.lua @@ -8,38 +8,47 @@ end local background = default.gui_bg .. default.gui_bg_img .. default.gui_slots local default_inventory_formspecs = { ["4"]="size[8,6]".. background .. - "list[context;main;2,0;4,1;]".. - "list[current_player;main;0,2;8,4;]", + "list[context;main;2,0;4,1;]" .. + "list[current_player;main;0,2;8,4;]" .. + "listring[]", ["6"]="size[8,6]".. background .. "list[context;main;1,0;6,1;]".. - "list[current_player;main;0,2;8,4;]", + "list[current_player;main;0,2;8,4;]" .. + "listring[]", ["8"]="size[8,6]".. background .. "list[context;main;0,0;8,1;]".. - "list[current_player;main;0,2;8,4;]", + "list[current_player;main;0,2;8,4;]" .. + "listring[]", ["12"]="size[8,7]".. background .. "list[context;main;1,0;6,2;]".. - "list[current_player;main;0,3;8,4;]", + "list[current_player;main;0,3;8,4;]" .. + "listring[]", ["16"]="size[8,7]".. background .. "list[context;main;0,0;8,2;]".. - "list[current_player;main;0,3;8,4;]", + "list[current_player;main;0,3;8,4;]" .. + "listring[]", ["24"]="size[8,8]".. background .. "list[context;main;0,0;8,3;]".. - "list[current_player;main;0,4;8,4;]", + "list[current_player;main;0,4;8,4;]" .. + "listring[]", ["32"]="size[8,9]".. background .. "list[context;main;0,0.3;8,4;]".. "list[current_player;main;0,4.85;8,1;]".. "list[current_player;main;0,6.08;8,3;8]".. + "listring[context;main]" .. + "listring[current_player;main]" .. default.get_hotbar_bg(0,4.85), ["50"]="size[10,10]".. background .. "list[context;main;0,0;10,5;]".. - "list[current_player;main;1,6;8,4;]", + "list[current_player;main;1,6;8,4;]" .. + "listring[]", } local function get_formspec_by_size(size) -- cgit v1.2.3