mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
+10
-13
@@ -89,11 +89,6 @@ for _, force in pairs(game.forces) do
|
|||||||
recipes['trash-chest'].enabled = true
|
recipes['trash-chest'].enabled = true
|
||||||
recipes['trash-chest'].reload()
|
recipes['trash-chest'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
if recipes['linked-chest'] then
|
|
||||||
recipes['linked-chest'].enabled = true
|
|
||||||
recipes['linked-chest'].reload()
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if technologies['automation'] and technologies['automation'].researched and recipes['trash-pipe'] then
|
if technologies['automation'] and technologies['automation'].researched and recipes['trash-pipe'] then
|
||||||
@@ -106,6 +101,11 @@ for _, force in pairs(game.forces) do
|
|||||||
recipes['electric-heating-tower'].reload()
|
recipes['electric-heating-tower'].reload()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if technologies['rocket-silo'] and technologies['rocket-silo'].researched and recipes['proxy-cargo-landing-chest'] then
|
||||||
|
recipes['proxy-cargo-landing-chest'].enabled = true
|
||||||
|
recipes['proxy-cargo-landing-chest'].reload()
|
||||||
|
end
|
||||||
|
|
||||||
for _, v in pairs({{'logistics', 'loader'}, {'logistics-2', 'fast-loader'}, {'logistics-3', 'express-loader'}, {'turbo-transport-belt', 'turbo-loader'}}) do
|
for _, v in pairs({{'logistics', 'loader'}, {'logistics-2', 'fast-loader'}, {'logistics-3', 'express-loader'}, {'turbo-transport-belt', 'turbo-loader'}}) do
|
||||||
if technologies[v[1]] and technologies[v[1]].researched and recipes[v[2]] then
|
if technologies[v[1]] and technologies[v[1]].researched and recipes[v[2]] then
|
||||||
recipes[v[2]].enabled = true
|
recipes[v[2]].enabled = true
|
||||||
@@ -114,13 +114,10 @@ for _, force in pairs(game.forces) do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if recipes['electric-boiler'] then
|
if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP' then
|
||||||
recipes['electric-boiler'].enabled = true
|
if technologies['space-science-pack'] and technologies['space-science-pack'].researched and recipes['satellite'] then
|
||||||
recipes['electric-boiler'].reload()
|
recipes['satellite'].enabled = true
|
||||||
end
|
recipes['satellite'].reload()
|
||||||
|
end
|
||||||
if recipes['super-pump'] then
|
|
||||||
recipes['super-pump'].enabled = true
|
|
||||||
recipes['super-pump'].reload()
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user