From 280d9dbf1f5e30f928ec841320a95c2b05a62516 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 16 Jun 2025 20:00:01 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 14 ++++++-------- PHI-CL/data.lua | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 445ae61..e32313f 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -109,16 +109,14 @@ local function entity_build(event) return end - if settings.startup['PHI-CT'].value then - if event.entity.type == 'infinity-container' and event.entity.name == 'trash-chest' then - event.entity.remove_unfiltered_items = true + if event.entity.type == 'infinity-container' and event.entity.name == 'trash-chest' then + event.entity.remove_unfiltered_items = true - elseif event.entity.type == 'infinity-pipe' and event.entity.name == 'trash-pipe' then - event.entity.set_infinity_pipe_filter(nil) - end - - return + elseif event.entity.type == 'infinity-pipe' and event.entity.name == 'trash-pipe' then + event.entity.set_infinity_pipe_filter(nil) end + + return end local function entity_destroy(event) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 86d585a..3cb5b2f 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1331,7 +1331,7 @@ if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP' end end -if settings.startup['PHI-CT'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then +if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then local vir_sig = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' local s = {}