summaryrefslogtreecommitdiff
path: root/pipeworks/autocrafter.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-30 14:15:49 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-30 14:15:49 -0400
commit10466bea04f77261de0d9b77df4f7e4efbe88a19 (patch)
tree340f06ab1b7c47d156218e550ea5e9b25d36f945 /pipeworks/autocrafter.lua
parent7a63e51fb5ac8c2db1bda58a2ba7e8532356fc8e (diff)
downloaddreambuilder_modpack-10466bea04f77261de0d9b77df4f7e4efbe88a19.tar
dreambuilder_modpack-10466bea04f77261de0d9b77df4f7e4efbe88a19.tar.gz
dreambuilder_modpack-10466bea04f77261de0d9b77df4f7e4efbe88a19.tar.bz2
dreambuilder_modpack-10466bea04f77261de0d9b77df4f7e4efbe88a19.tar.xz
dreambuilder_modpack-10466bea04f77261de0d9b77df4f7e4efbe88a19.zip
updated homedecor, moreblocks, pipeworks, and travelnet
Diffstat (limited to 'pipeworks/autocrafter.lua')
-rw-r--r--pipeworks/autocrafter.lua9
1 files changed, 8 insertions, 1 deletions
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