diff options
| -rw-r--r-- | autocrafter.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/autocrafter.lua b/autocrafter.lua index f120953..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..  | 
