This commit is contained in:
2025-05-12 20:13:28 +09:00
parent ad5b75e065
commit e0bff80cc5

View File

@@ -1138,6 +1138,18 @@ if mods and mods['space-exploration'] then
max = settings.startup['PHI-MB-MACHINE-TIER'].value
}
items['item']['se-space-thermodynamics-laboratory'] = {
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
stage = 2,
mod = 'space-exploration',
type = 'assembling-machine',
name = 'se-space-thermodynamics-laboratory',
ref_name = 'se-space-thermodynamics-laboratory',
tech = 'se-space-thermodynamics-laboratory',
min = 2,
max = settings.startup['PHI-MB-MACHINE-TIER'].value
}
items['item']['se-space-material-fabricator'] = {
enabled = settings.startup['PHI-MB'].value and settings.startup['PHI-MB-MACHINE'].value,
stage = 2,