This commit is contained in:
2026-07-07 21:57:35 +09:00
parent 72de84b7ac
commit 46bea154d7
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -37,15 +37,6 @@ for _, t in pairs({'container', 'logistic-container'}) do
end
end
-- MI C 4 BASE ENTITY
for _, t in pairs({'cargo-wagon', 'fluid-wagon'}) do
if data.raw[t] then
for _, v in pairs(data.raw[t]) do
v.quality_affects_inventory_size = true
end
end
end
-- MI C 1 BASE ENTITY
if data.raw['lamp'] then
for _, v in pairs(data.raw['lamp']) do
+1 -1
View File
@@ -73,7 +73,7 @@ data:extend({
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.setting-class-color', 'MI1', {'phi-cl.enable'}, {'mod-setting-name.PHI-MI-GENERIC'}},
localised_description = {'', {'phi-cl.setting-change-color', '[173] A117 C51'}},
localised_description = {'', {'phi-cl.setting-change-color', '[164] A117 C47'}},
order = 'B01'
}, {
type = 'bool-setting',