summaryrefslogtreecommitdiff
path: root/pipeworks
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-28 19:07:27 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-28 19:07:27 -0400
commit340b5a7a0473e281ec0cba926b09949d0cb89610 (patch)
treeb36fe0c5a713d15615139ba79d1a2fdcbb48d356 /pipeworks
parent48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba (diff)
downloaddreambuilder_modpack-340b5a7a0473e281ec0cba926b09949d0cb89610.tar
dreambuilder_modpack-340b5a7a0473e281ec0cba926b09949d0cb89610.tar.gz
dreambuilder_modpack-340b5a7a0473e281ec0cba926b09949d0cb89610.tar.bz2
dreambuilder_modpack-340b5a7a0473e281ec0cba926b09949d0cb89610.tar.xz
dreambuilder_modpack-340b5a7a0473e281ec0cba926b09949d0cb89610.zip
update pipeworks, technic, boost_cart
Diffstat (limited to 'pipeworks')
-rw-r--r--pipeworks/autocrafter.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/pipeworks/autocrafter.lua b/pipeworks/autocrafter.lua
index 738f3f2..f120953 100644
--- a/pipeworks/autocrafter.lua
+++ b/pipeworks/autocrafter.lua
@@ -186,10 +186,9 @@ local function update_meta(meta, enabled)
"list[current_player;main;0,8;8,4;]" ..
"listring[current_player;main]"..
"listring[context;src]" ..
- "listring[context;dst]" ..
"listring[current_player;main]"..
- "listring[context;recipe]" ..
- "listring[context;output]"
+ "listring[context;dst]" ..
+ "listring[current_player;main]"
if minetest.get_modpath("digilines") then
fs = fs.."field[1,3.5;4,1;channel;Channel;${channel}]"
fs = fs.."button_exit[5,3.2;2,1;save;Save]"