mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update main.lua
This commit is contained in:
@@ -17,6 +17,8 @@ local function EE(source, tier)
|
|||||||
local item = table.deepcopy(data.raw['furnace']['electric-furnace'])
|
local item = table.deepcopy(data.raw['furnace']['electric-furnace'])
|
||||||
elseif source == 'chemical-plant' then
|
elseif source == 'chemical-plant' then
|
||||||
local item = table.deepcopy(data.raw['assembling-machine']['chemical-plant'])
|
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'])
|
||||||
else
|
else
|
||||||
local item = table.deepcopy(data.raw[source][source])
|
local item = table.deepcopy(data.raw[source][source])
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user