mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -141,15 +141,13 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, e in pairs(ec) do
|
for k, v in pairs(ic_n) do
|
||||||
for k, v in pairs(ic_n) do
|
if v.c > 0 then
|
||||||
if v.c > 0 then
|
for _, e in pairs(ec) do
|
||||||
e.insert{name = k, count = v.c, quality = 'normal'}
|
e.insert{name = k, count = v.c, quality = 'normal'}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
for k, v in pairs(ic_n) do
|
|
||||||
if v.e > 0 then
|
if v.e > 0 then
|
||||||
ec[1].insert{name = k, count = v.e, quality = 'normal'}
|
ec[1].insert{name = k, count = v.e, quality = 'normal'}
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user