This commit is contained in:
2023-04-21 00:16:02 +09:00
parent c1e4b740eb
commit 8cca051c1f
7 changed files with 132 additions and 53 deletions

View File

@@ -120,6 +120,26 @@ if mods['space-exploration'] then
min = 2,
max = 3
}
items['se-lifesupport-facility'] = {
enabled = true,
type = 'assembling-machine',
name = 'se-lifesupport-facility',
ref_name = 'se-lifesupport-facility',
tech = 'automation-2',
min = 2,
max = 3
}
items['se-fuel-refinery'] = {
enabled = true,
type = 'assembling-machine',
name = 'se-fuel-refinery',
ref_name = 'se-fuel-refinery',
tech = 'automation',
min = 2,
max = 3
}
end
-- entity