summaryrefslogtreecommitdiff
path: root/autocrafter.lua
diff options
context:
space:
mode:
authorCarter Kolwey <cheapiephp@gmail.com>2017-03-28 18:02:10 -0500
committerCarter Kolwey <cheapiephp@gmail.com>2017-03-28 18:02:10 -0500
commitc15023a5d13e14eaf25ff88b76ea49c7873afb63 (patch)
tree48bc5493bba3e98592eebb2ea6c6a79de0318d39 /autocrafter.lua
parent64b2611d8adbbc07bb92315eca9d71b74ea51756 (diff)
downloadpipeworks-c15023a5d13e14eaf25ff88b76ea49c7873afb63.tar
pipeworks-c15023a5d13e14eaf25ff88b76ea49c7873afb63.tar.gz
pipeworks-c15023a5d13e14eaf25ff88b76ea49c7873afb63.tar.bz2
pipeworks-c15023a5d13e14eaf25ff88b76ea49c7873afb63.tar.xz
pipeworks-c15023a5d13e14eaf25ff88b76ea49c7873afb63.zip
Tweak listring behavior of autocrafter
Now goes player->source->player and destination->player
Diffstat (limited to 'autocrafter.lua')
-rw-r--r--autocrafter.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/autocrafter.lua b/autocrafter.lua
index 738f3f2..f120953 100644
--- a/autocrafter.lua
+++ b/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]"