diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index fb69e2f..776d877 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,6 +1,13 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.152 +Date: 2026-07-05 + + Changes: + - [GM] Generic Code layout restructure. + --------------------------------------------------------------------------------------------------- Version: 3.0.151 -Date: 2026-07-05 +Date: 2026-06-28 Changes: - [GM] Generic Code layout restructure. diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index cc0a509..5f8de3a 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -23,6 +23,10 @@ local function gui_create(player) player.gui.relative.phi_cl_combinator_config.destroy() end + if player.gui.relative.phi_cl_inserter then + player.relative.phi_cl_inserter.destroy() + end + do local frame = player.gui.relative.add({type = 'frame', name = 'phi_cl_inserter', anchor = {gui = defines.relative_gui_type.inserter_gui, position = defines.relative_gui_position.right, type = 'inserter', ghost_mode = 'both'}}) frame.add({type = 'label', name = 'inserter_throughput', caption = 0, style = 'heading_2_label'}) diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 999eb13..cb99441 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,6 +1,6 @@ { "name": "PHI-CL", - "version": "3.0.151", + "version": "3.0.152", "factorio_version": "2.0", "date": "2026-07-05", "title": "Phidias Collection",