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