This commit is contained in:
2023-04-20 17:50:50 +09:00
parent 44471b2379
commit 5fe463829b
7 changed files with 39 additions and 1 deletions

View File

@@ -68,6 +68,16 @@ if mods['aai-industry'] then
min = 2,
max = 3
}
items['fuel-processor'] = {
enabled = true,
type = 'assembling-machine',
name = 'fuel-processor',
ref_name = 'fuel-processor',
tech = 'automation',
min = 2,
max = 3
}
end
if mods['space-exploration'] then