This commit is contained in:
2023-04-20 15:05:08 +09:00
parent 5da64863e4
commit 144f4a46b2
5 changed files with 62 additions and 3 deletions

View File

@@ -58,6 +58,18 @@ local items = {
}
}
if mods['aai-industry'] then
items['industrial-furnace'] = {
enabled = true,
type = 'assembling-machine',
name = 'industrial-furnace',
ref_name = 'industrial-furnace',
tech = 'automation-3',
min = 2,
max = 3
}
end
if mods['space-exploration'] then
items['se-space-assembling-machine'] = {
enabled = true,
@@ -78,6 +90,16 @@ if mods['space-exploration'] then
min = 2,
max = 3
}
items['se-casting-machine'] = {
enabled = true,
type = 'assembling-machine',
name = 'se-casting-machine',
ref_name = 'se-casting-machine',
tech = 'automation-3',
min = 2,
max = 3
}
end
-- entity