This commit is contained in:
2024-06-17 18:36:41 +09:00
parent b26f30af66
commit 60ca73d223

View File

@@ -379,6 +379,16 @@ local items = {
min = 2, min = 2,
max = 3 max = 3
}, },
['electric-filter-furnace'] = {
enabled = settings.startup['PHI-MB'].value,
stage = 2,
type = 'assembling-machine',
name = 'electric-filter-furnace',
ref_name = 'electric-filter-furnace',
tech = 'advanced-material-processing-2',
min = 2,
max = 3
},
['laser-turret'] = { ['laser-turret'] = {
enabled = settings.startup['PHI-WE'].value, enabled = settings.startup['PHI-WE'].value,
stage = 1, stage = 1,
@@ -791,16 +801,7 @@ local items = {
if mods then if mods then
if mods['PHI-RS'] then if mods['PHI-RS'] then
items['item']['electric-filter-furnace'] = {
enabled = settings.startup['PHI-MB'].value,
stage = 2,
type = 'assembling-machine',
name = 'electric-filter-furnace',
ref_name = 'electric-filter-furnace',
tech = 'advanced-material-processing-2',
min = 2,
max = 3
}
end end
if mods['aai-industry'] then if mods['aai-industry'] then