This commit is contained in:
2024-06-18 18:55:16 +09:00
parent 8135dd6bdf
commit e6213c0018
3 changed files with 17 additions and 10 deletions

View File

@@ -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

View File

@@ -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',