From 4fe7bd9d3784a3dbb9b55fe9b62547b6b6513daa Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 4 Apr 2025 13:05:30 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/info.json | 2 +- PHI-CL/migrations/migrations.lua | 18 +++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index f054dd9..2f84a41 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.85 +Date: 2025-04-07 + + Changes: + - [CT] Changed the migration naming. + --------------------------------------------------------------------------------------------------- Version: 3.0.84 Date: 2025-04-07 diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 1d4a91d..86b50c1 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,6 +1,6 @@ { "name": "PHI-CL", - "version": "3.0.84", + "version": "3.0.85", "factorio_version": "2.0", "date": "2025-04-07", "title": "Phidias Collection", diff --git a/PHI-CL/migrations/migrations.lua b/PHI-CL/migrations/migrations.lua index d0136e2..8704c46 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-EQ'].value and settings.startup['PHI-EQ-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() @@ -91,23 +91,23 @@ for _, force in pairs(game.forces) do end if (not technologies['logistics']) or technologies['logistics'].researched then - recipes['underground-belt-A'].enabled = true - recipes['underground-belt-A'].reload() + recipes['underground-belt-a'].enabled = true + recipes['underground-belt-a'].reload() end if (not technologies['logistics-2']) or technologies['logistics-2'].researched then - recipes['fast-underground-belt-A'].enabled = true - recipes['fast-underground-belt-A'].reload() + recipes['fast-underground-belt-a'].enabled = true + recipes['fast-underground-belt-a'].reload() end if (not technologies['logistics-3']) or technologies['logistics-3'].researched then - recipes['express-underground-belt-A'].enabled = true - recipes['express-underground-belt-A'].reload() + recipes['express-underground-belt-a'].enabled = true + recipes['express-underground-belt-a'].reload() end if (not technologies['turbo-transport-belt']) or technologies['turbo-transport-belt'].researched then - recipes['turbo-underground-belt-A'].enabled = true - recipes['turbo-underground-belt-A'].reload() + recipes['turbo-underground-belt-a'].enabled = true + recipes['turbo-underground-belt-a'].reload() end if (not technologies['steel-processing']) or technologies['steel-processing'].researched then