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['space-exploration'] then
|
||||
items['se-space-assembling-machine'] = {
|
||||
enabled = true,
|
||||
type = 'assembling-machine',
|
||||
name = 'se-space-assembling-machine',
|
||||
ref_name = 'se-space-assembling-machine',
|
||||
tech = 'automation',
|
||||
min = 2,
|
||||
max = 3
|
||||
}
|
||||
end
|
||||
|
||||
-- entity
|
||||
local function EE(source, tier)
|
||||
local item = table.deepcopy(data.raw[source.type][source.ref_name])
|
||||
@@ -130,4 +142,4 @@ for _, v in pairs(items) do
|
||||
ET(v, j)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user