mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 12:01:39 +09:00
.
This commit is contained in:
@@ -28,7 +28,7 @@ if settings.startup['PHI-CT'].value then
|
|||||||
local force = game.players[e.player_index].force
|
local force = game.players[e.player_index].force
|
||||||
|
|
||||||
for _, v in pairs(prototypes.fluid) do
|
for _, v in pairs(prototypes.fluid) do
|
||||||
if data.raw.recipe['pump-' .. v.name] then
|
if force.recipes['pump-' .. v.name] then
|
||||||
force.recipes['pump-' .. v.name].enabled = enable
|
force.recipes['pump-' .. v.name].enabled = enable
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user