mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -53,7 +53,7 @@ if settings.startup['PHI-CT-STATUS'].value and items['status'] and items['status
|
|||||||
return positions
|
return positions
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, c in pairs({'assembling-machine', 'furnace', 'rocket-silo', 'mining-drill'}) do
|
for _, c in pairs({'assembling-machine', 'furnace', 'mining-drill'}) do
|
||||||
for _, v in pairs(data.raw[c]) do
|
for _, v in pairs(data.raw[c]) do
|
||||||
if not v.bottleneck_ignore and not items['status_ignore'][v.name] then
|
if not v.bottleneck_ignore and not items['status_ignore'][v.name] then
|
||||||
for _, a in pairs({'graphics_set', 'wet_mining_graphics_set', 'graphics_set_flipped'}) do
|
for _, a in pairs({'graphics_set', 'wet_mining_graphics_set', 'graphics_set_flipped'}) do
|
||||||
|
|||||||
+1
-1
@@ -172,7 +172,7 @@ data:extend({
|
|||||||
setting_type = 'startup',
|
setting_type = 'startup',
|
||||||
default_value = false,
|
default_value = false,
|
||||||
localised_name = {'phi-cl.setting-class-color', 'CT1', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT-STATUS'}},
|
localised_name = {'phi-cl.setting-class-color', 'CT1', {'phi-cl.enable'}, {'mod-setting-name.PHI-CT-STATUS'}},
|
||||||
localised_description = {'', {'phi-cl.setting-change-color', '[19] C19'}},
|
localised_description = {'', {'phi-cl.setting-change-color', '[18] C18'}},
|
||||||
order = 'E01'
|
order = 'E01'
|
||||||
}, {
|
}, {
|
||||||
type = 'bool-setting',
|
type = 'bool-setting',
|
||||||
|
|||||||
Reference in New Issue
Block a user