From 8f405e2a5d72841b0c1660f374118806822fead1 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:06:16 -0400 Subject: [PATCH] fix --- src/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.lua b/src/gui.lua index f847a06..7f654f2 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -1576,7 +1576,7 @@ local function get_items_fs(fs, data, player, full_height) local item_btn = fmt("item_image_button", X, Y, size, size, name, item, "") if recipe_filter_set() and data.itab == 1 then - if data.items_progress then + if data.items_progress[item] then insert(fs, item_btn) else local col = "^\\[colorize:#232428^\\[opacity:245"