mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 12:01:39 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user