mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 3.0.85
|
||||||
|
Date: 2025-04-07
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- [CT] Changed the migration naming.
|
||||||
|
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 3.0.84
|
Version: 3.0.84
|
||||||
Date: 2025-04-07
|
Date: 2025-04-07
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-CL",
|
"name": "PHI-CL",
|
||||||
"version": "3.0.84",
|
"version": "3.0.85",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"date": "2025-04-07",
|
"date": "2025-04-07",
|
||||||
"title": "Phidias Collection",
|
"title": "Phidias Collection",
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ for _, force in pairs(game.forces) do
|
|||||||
end
|
end
|
||||||
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
|
if (not technologies['power-armor-mk2']) or technologies['power-armor-mk2'].researched then
|
||||||
recipes['power-armor-mk3'].enabled = true
|
recipes['power-armor-mk3'].enabled = true
|
||||||
recipes['power-armor-mk3'].reload()
|
recipes['power-armor-mk3'].reload()
|
||||||
@@ -91,23 +91,23 @@ for _, force in pairs(game.forces) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
if (not technologies['logistics']) or technologies['logistics'].researched then
|
if (not technologies['logistics']) or technologies['logistics'].researched then
|
||||||
recipes['underground-belt-A'].enabled = true
|
recipes['underground-belt-a'].enabled = true
|
||||||
recipes['underground-belt-A'].reload()
|
recipes['underground-belt-a'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not technologies['logistics-2']) or technologies['logistics-2'].researched then
|
if (not technologies['logistics-2']) or technologies['logistics-2'].researched then
|
||||||
recipes['fast-underground-belt-A'].enabled = true
|
recipes['fast-underground-belt-a'].enabled = true
|
||||||
recipes['fast-underground-belt-A'].reload()
|
recipes['fast-underground-belt-a'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not technologies['logistics-3']) or technologies['logistics-3'].researched then
|
if (not technologies['logistics-3']) or technologies['logistics-3'].researched then
|
||||||
recipes['express-underground-belt-A'].enabled = true
|
recipes['express-underground-belt-a'].enabled = true
|
||||||
recipes['express-underground-belt-A'].reload()
|
recipes['express-underground-belt-a'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not technologies['turbo-transport-belt']) or technologies['turbo-transport-belt'].researched then
|
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'].enabled = true
|
||||||
recipes['turbo-underground-belt-A'].reload()
|
recipes['turbo-underground-belt-a'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not technologies['steel-processing']) or technologies['steel-processing'].researched then
|
if (not technologies['steel-processing']) or technologies['steel-processing'].researched then
|
||||||
|
|||||||
Reference in New Issue
Block a user