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