From af144efb538aa8bfcd61b1c6a484cb986ae2b052 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 19 Mar 2026 22:32:25 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 4b5ad5c..4900663 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1824,11 +1824,3 @@ if settings.startup['PHI-CT'].value then } end end - -for _, v in pairs(items['item']) do - if v.enabled and v.mod and (v.mod == 'space-age' or v.mod == 'quality') then - if (data.raw.technology[v.tech] and data.raw.technology[v.tech].hidden) or (data.raw.recipe[v.name] and data.raw.recipe[v.name].hidden) then - v.enabled = false - end - end -end