From 043f6081452365daaa033c58e0738527ccb64c3d Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 11 May 2014 22:00:32 -0400 Subject: Move around some group code and make the craftguide render well without a recipe This also keeps recipes aligned to the right, close to the arrow. It also calculates the craft's height. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index fb8636b..1800ba9 100644 --- a/init.lua +++ b/init.lua @@ -12,7 +12,6 @@ unified_inventory.current_searchbox = {} unified_inventory.current_index = {} unified_inventory.current_item = {} unified_inventory.registered_craft_types = {} -unified_inventory.registered_group_representative_items = {} unified_inventory.crafts_table = {} unified_inventory.crafts_table_count = 0 unified_inventory.players = {} @@ -39,6 +38,7 @@ if creative_inventory then end dofile(modpath.."/datastorage.lua") +dofile(modpath.."/group.lua") dofile(modpath.."/api.lua") dofile(modpath.."/internal.lua") dofile(modpath.."/callbacks.lua") -- cgit v1.2.3