From 884bada78cb575d292c5553696a0b87355e0e4ec Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 19 Jun 2026 22:51:21 +0900 Subject: [PATCH] . --- PHI-CL/data-final-fixes.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/PHI-CL/data-final-fixes.lua b/PHI-CL/data-final-fixes.lua index d70337d..e69de29 100644 --- a/PHI-CL/data-final-fixes.lua +++ b/PHI-CL/data-final-fixes.lua @@ -1,12 +0,0 @@ - -if mods['space-age'] and settings.startup['PHI-MB-ENERGY'].value > 1 then - for i=2, settings.startup['PHI-MB-ENERGY'].value do - if data.raw.recipe['accumulator-' .. i] then - data.raw.recipe['accumulator-' .. i].category = 'electronics' - end - - if data.raw.recipe['solar-panel-' .. i] then - data.raw.recipe['solar-panel-' .. i].category = 'electronics' - end - end -end