This commit is contained in:
2026-07-01 22:50:14 +09:00
parent 8068b96150
commit a27a32b8b6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)