This commit is contained in:
2024-08-09 17:45:18 +09:00
parent 6ffc49b191
commit 84a6b1137d
11 changed files with 106 additions and 86 deletions

View File

@@ -114,5 +114,22 @@ for _, force in pairs(game.forces) do
recipes['large-area-electric-mining-drill'].enabled = true
recipes['large-area-electric-mining-drill'].reload()
end
if settings.startup['PHI-CT-LOADER'].value then
if technologies['logistics'].researched then
recipes['loader'].enabled = true
recipes['loader'].reload()
end
if technologies['logistics-2'].researched then
recipes['fast-loader'].enabled = true
recipes['fast-loader'].reload()
end
if technologies['logistics-3'].researched then
recipes['express-loader'].enabled = true
recipes['express-loader'].reload()
end
end
end
end