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