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)
+1 -1
View File
@@ -81,7 +81,7 @@ data:extend({
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.setting-class-color', 'MI2', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-STATUS'}},
localised_description = {'', {'phi-cl.setting-change-color', '[18] C18'}},
localised_description = {'', {'phi-cl.setting-change-color', '[20] C20'}},
order = 'B02'
}, {
type = 'bool-setting',