From 034538632383fee8ea52438db5ee1a9d3e4bb5c0 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Wed, 13 Apr 2022 22:47:03 -0400 Subject: [PATCH] fixed missed texture to make game agnostic --- autocrafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocrafter.lua b/autocrafter.lua index 7ec4436..d3fbbac 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -174,7 +174,7 @@ local function update_meta(meta, enabled) meta:set_int("enabled", enabled and 1 or 0) local fs = "size[8,12]".. "list[context;recipe;0,0;3,3;]".. - "image[3,1;1,1;gui_hb_bg.png^[colorize:#141318:255]".. + "image[3,1;1,1;[combine:16x16^[noalpha^[colorize:#141318:255]".. "list[context;output;3,1;1,1;]".. "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;]"..