mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -112,10 +112,6 @@ if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIP
|
||||
end
|
||||
|
||||
if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
|
||||
for _, v in pairs(data.raw['mining-drill']) do
|
||||
v.filter_count = 5
|
||||
end
|
||||
|
||||
for _, v in pairs(data.raw['active-defense-equipment']) do
|
||||
v.automatic = true
|
||||
end
|
||||
@@ -124,6 +120,10 @@ if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and set
|
||||
v.scale_energy_usage = (v.fast_replaceable_group and v.fast_replaceable_group == 'reactor')
|
||||
end
|
||||
|
||||
for _, v in pairs(data.raw['mining-drill']) do
|
||||
v.filter_count = 5
|
||||
end
|
||||
|
||||
if mods['space-age'] then
|
||||
for _, v in pairs(data.raw['mining-drill']) do
|
||||
v.drops_full_belt_stacks = true
|
||||
|
||||
Reference in New Issue
Block a user