From a01a11710153bebd7878ae5d9265fdc16d018504 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 31 Oct 2024 20:38:49 +0900 Subject: [PATCH] . --- PHI-CL/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index df3764c..88b8062 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -340,7 +340,7 @@ local items = { } } -if mods['space-age'] then +if mods and mods['space-age'] then items['item']['fusion-reactor'] = { enabled = settings.startup['PHI-EN'].value, stage = 1, @@ -533,7 +533,7 @@ if mods['space-age'] then items['equipment']['battery-equipment'].min = 4 end -if mods['quality'] then +if mods and mods['quality'] then items['item']['recycler'] = { enabled = settings.startup['PHI-MB'].value, stage = 1,