mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
Update main.lua
This commit is contained in:
@@ -15,10 +15,8 @@ local function EE(source, tier)
|
||||
local item = table.deepcopy(data.raw['assembling-machine']['assembling-machine-3'])
|
||||
elseif source == 'electric-furnace' then
|
||||
local item = table.deepcopy(data.raw['furnace']['electric-furnace'])
|
||||
elseif source == 'chemical-plant' then
|
||||
local item = table.deepcopy(data.raw['assembling-machine']['chemical-plant'])
|
||||
elseif source == 'oil-refinery' then
|
||||
local item = table.deepcopy(data.raw['assembling-machine']['oil-refinery'])
|
||||
elseif (source == 'chemical-plant') or (source == 'oil-refinery') then
|
||||
local item = table.deepcopy(data.raw['assembling-machine'][source])
|
||||
else
|
||||
local item = table.deepcopy(data.raw[source][source])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user