This commit is contained in:
2024-06-17 19:17:12 +09:00
parent 205be9b4f5
commit b8f6840e9d
17 changed files with 38 additions and 22 deletions

View File

@@ -380,13 +380,13 @@ local items = {
max = 3
},
['electric-filter-furnace'] = {
enabled = settings.startup['PHI-MB'].value,
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-RS'].value,
stage = 2,
type = 'furnace',
name = 'electric-filter-furnace',
ref_name = 'electric-furnace',
ref_name = 'electric-filter-furnace',
tech = 'advanced-material-processing-2',
min = 1,
min = 2,
max = 3
},
['laser-turret'] = {