mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-28 13:36:22 +09:00
.
This commit is contained in:
@@ -81,9 +81,9 @@ end
|
||||
|
||||
-- MI C 11 BASE ENTITY
|
||||
-- MI C 1 RECYCLER ENTITY
|
||||
-- MI C 7 SPACE_AGE ENTITY
|
||||
-- MI C 9 SPACE_AGE ENTITY
|
||||
if settings.startup['PHI-MI-STATUS'].value and items['status'] and items['status_ignore'] then
|
||||
for _, c in pairs({'assembling-machine', 'furnace', 'mining-drill'}) do
|
||||
for _, c in pairs({'assembling-machine', 'furnace', 'mining-drill', 'thruster', 'agricultural-tower'}) do
|
||||
if data.raw[c] then
|
||||
for _, v in pairs(data.raw[c]) do
|
||||
status(v)
|
||||
|
||||
Reference in New Issue
Block a user