mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -10,8 +10,10 @@ for _, force in pairs(game.forces) do
|
||||
for j=v.min, v.max, 1 do
|
||||
if technologies['compound-energy-' .. j] ~= nil then
|
||||
if technologies['compound-energy-' .. j].researched then
|
||||
recipes[v.name .. '-' .. j].enabled = true
|
||||
recipes[v.name .. '-' .. j].reload()
|
||||
if recipes[v.name .. '-' .. j] ~= nil then
|
||||
recipes[v.name .. '-' .. j].enabled = true
|
||||
recipes[v.name .. '-' .. j].reload()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user