From e1cb27152c887fe07c9c354374d29a24a16b16bd Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 13 Apr 2025 13:56:24 +0900 Subject: [PATCH] . --- PHI-CL/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 8cb7494..c7a1f88 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -893,7 +893,7 @@ if mods and mods['quality'] then } end -if mods['aai-industry'] then +if mods and mods['aai-industry'] then items['item']['industrial-furnace'] = { enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value, stage = 2, @@ -919,7 +919,7 @@ if mods['aai-industry'] then } end -if mods['aai-industry'] or mods['big-mining-drill'] then +if mods and (mods['aai-industry'] or mods['big-mining-drill']) then items['item']['area-mining-drill'] = { enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value, stage = 2, @@ -933,7 +933,7 @@ if mods['aai-industry'] or mods['big-mining-drill'] then } end -if mods['space-exploration'] then +if mods and mods['space-exploration'] then items['item']['se-space-solar-panel'] = { enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-ENERGY'].value, stage = 2,