This commit is contained in:
2024-09-24 23:10:26 +09:00
parent 80e2ad6eac
commit 0b7661adaf
9 changed files with 156 additions and 10 deletions

View File

@@ -186,6 +186,16 @@ local items = {
min = 2,
max = settings.startup['PHI-MB-CENTRIFUGE-TIER'].value
},
['rocket-silo'] = {
enabled = settings.startup['PHI-MB'].value,
stage = 1,
type = 'rocket-silo',
name = 'rocket-silo',
ref_name = 'rocket-silo',
tech = 'rocket-silo',
min = 2,
max = settings.startup['PHI-MB-ASSEMBLING-TIER'].value
},
['lab'] = {
enabled = settings.startup['PHI-MB'].value,
stage = 1,