diff --git a/i4/src/gui.lua b/i4/src/gui.lua index 6fa9764..787fb9d 100644 --- a/i4/src/gui.lua +++ b/i4/src/gui.lua @@ -1600,7 +1600,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[item] then + if data.items_progress and data.items_progress[item] then insert(fs, item_btn) else local col = "^\\[colorize:#232428^\\[opacity:245"