From bfee3a454e2de3d7c925b7a0adc82e7aa3078a49 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 9 May 2025 14:26:20 +0900 Subject: [PATCH] . --- PHI-CL/info.json | 2 +- PHI-CL/migrations/migrations.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 78c1171..60e7e2b 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -2,7 +2,7 @@ "name": "PHI-CL", "version": "3.0.98", "factorio_version": "2.0", - "date": "2025-04-30", + "date": "2025-05-10", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "", diff --git a/PHI-CL/migrations/migrations.lua b/PHI-CL/migrations/migrations.lua index e4127e6..ed51c2b 100644 --- a/PHI-CL/migrations/migrations.lua +++ b/PHI-CL/migrations/migrations.lua @@ -37,7 +37,7 @@ for _, force in pairs(game.forces) do end end - if settings.startup['PHI-EQ'].value and settings.startup['PHI-EQ-ARMOR'].value then + if settings.startup['PHI-MB'].value and settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT-ARMOR'].value then if (not technologies['power-armor-mk2']) or technologies['power-armor-mk2'].researched then recipes['power-armor-mk3'].enabled = true recipes['power-armor-mk3'].reload() @@ -136,7 +136,7 @@ for _, force in pairs(game.forces) do end end - if script.active_mods['space-exploration'] then + if settings.startup['PHI-MB'].value and script.active_mods['space-exploration'] then if technologies['se-core-miner'].researched then for i = 2, settings.startup['PHI-MB-MACHINE-TIER'].value do recipes['se-core-miner-drill-' .. i].enabled = true