This commit is contained in:
2026-06-05 04:35:57 +09:00
parent 309ad6c8df
commit 140ae6651c
13 changed files with 15 additions and 880 deletions
-9
View File
@@ -123,13 +123,4 @@ for _, force in pairs(game.forces) do
recipes['super-pump'].enabled = true
recipes['super-pump'].reload()
end
if settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 and script.active_mods['space-exploration'] then
if technologies['se-core-miner'].researched then
for i = 2, settings.startup['PHI-MB-MACHINE'].value do
recipes['se-core-miner-drill-' .. i].enabled = true
recipes['se-core-miner-drill-' .. i].reload()
end
end
end
end