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,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-CL",
|
"name": "PHI-CL",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"date": "2024-10-31",
|
"date": "2024-10-31",
|
||||||
"title": "Phidias Collection",
|
"title": "Phidias Collection",
|
||||||
|
|||||||
@@ -43,12 +43,14 @@ for _, force in pairs(game.forces) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
if technologies['power-armor-mk2'] and technologies['power-armor-mk2'].researched then
|
if technologies['power-armor-mk2'] and technologies['power-armor-mk2'].researched then
|
||||||
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
|
||||||
recipes['power-armor-mk3'].enabled = true
|
recipes['power-armor-mk3'].enabled = true
|
||||||
recipes['power-armor-mk3'].reload()
|
recipes['power-armor-mk3'].reload()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
]]
|
||||||
|
|
||||||
if settings.startup['PHI-CT'].value then
|
if settings.startup['PHI-CT'].value then
|
||||||
if settings.startup['PHI-CT-UTILITY'].value then
|
if settings.startup['PHI-CT-UTILITY'].value then
|
||||||
|
|||||||
Reference in New Issue
Block a user