This commit is contained in:
2024-08-09 15:49:25 +09:00
parent 0b405a40ec
commit 6ffc49b191
7 changed files with 69 additions and 2 deletions

View File

@@ -109,5 +109,10 @@ for _, force in pairs(game.forces) do
recipes['trash-pipe'].enabled = true
recipes['trash-pipe'].reload()
end
if settings.startup['PHI-CT-MINER'].value then
recipes['large-area-electric-mining-drill'].enabled = true
recipes['large-area-electric-mining-drill'].reload()
end
end
end