mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +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)
|
||||
|
||||
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user