mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -392,6 +392,17 @@ if settings.startup['PHI-MI'].value then
|
||||
result = 'electric-boiler',
|
||||
}})
|
||||
end
|
||||
|
||||
if settings.startup['PHI-MI-BOILER'].value then
|
||||
local chests = {
|
||||
'steel-chest',
|
||||
'logistic-chest-passive-provider',
|
||||
'logistic-chest-active-provider',
|
||||
'logistic-chest-storage',
|
||||
'logistic-chest-buffer',
|
||||
'logistic-chest-requester'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
for k, v in pairs(items['setting']) do
|
||||
|
||||
@@ -240,6 +240,12 @@ data:extend({
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
order = 'F5'
|
||||
}, {
|
||||
type = 'bool-setting',
|
||||
name = 'PHI-MI-CHEST',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
order = 'F6'
|
||||
}, {
|
||||
type = 'int-setting',
|
||||
name = 'PHI-RS-RECIPE-1',
|
||||
|
||||
Reference in New Issue
Block a user