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 --- pipeworks/autocrafter.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pipeworks/autocrafter.lua') diff --git a/pipeworks/autocrafter.lua b/pipeworks/autocrafter.lua index 648a610..faf5381 100644 --- a/pipeworks/autocrafter.lua +++ b/pipeworks/autocrafter.lua @@ -183,7 +183,14 @@ local function update_meta(meta, enabled) default.gui_bg_img.. default.gui_slots.. default.get_hotbar_bg(0,7) .. - "list[current_player;main;0,7;8,4;]") + "list[current_player;main;0,7;8,4;]" .. + "listring[current_player;main]".. + "listring[context;src]" .. + "listring[context;dst]" .. + "listring[current_player;main]".. + "listring[context;recipe]" .. + "listring[context;output]" + ) -- toggling the button doesn't quite call for running a recipe change check -- so instead we run a minimal version for infotext setting only -- cgit v1.2.3