This commit is contained in:
2025-03-27 20:08:10 +09:00
parent 54f0da8c83
commit 056de5cac6

View File

@@ -28,7 +28,9 @@ if settings.startup['PHI-CT'].value then
local force = game.players[e.player_index].force
for _, v in pairs(prototypes.fluid) do
force.recipes['pump-' .. v.name].enabled = enable
if data.raw.recipe['pump-' .. v.name] then
force.recipes['pump-' .. v.name].enabled = enable
end
end
force.recipes['super-radar'].enabled = enable