mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user