diff options
author | root <root@linuxworks.belug.de> | 2017-04-15 13:30:39 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2017-04-15 13:30:39 +0200 |
commit | e3f858c9484d9036354a89f0ca2c395e71bd1fbe (patch) | |
tree | 87751e3ed01c379f2fed1969b2b8eeda0b47b85e /autocrafter.lua | |
parent | 73e94e3c070555e3fcd3dd06c606c49480d4823c (diff) | |
parent | d82227942d3a9e4c68582224327cab13e6556753 (diff) |
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
Diffstat (limited to 'autocrafter.lua')
-rw-r--r-- | autocrafter.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/autocrafter.lua b/autocrafter.lua index 738f3f2..7ddc312 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -176,7 +176,7 @@ local function update_meta(meta, enabled) "list[context;recipe;0,0;3,3;]".. "image[3,1;1,1;gui_hb_bg.png^[colorize:#141318:255]".. "list[context;output;3,1;1,1;]".. - "image_button[3,2;1,1;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" .. + "image_button[3,2;1,0.6;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" .. "list[context;src;0,4.5;8,3;]".. "list[context;dst;4,0;4,3;]".. default.gui_bg.. @@ -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]" |