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:
@@ -23,7 +23,7 @@ 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') or (source == 'oil-refinery') then
|
||||
else
|
||||
local item = table.deepcopy(data.raw['assembling-machine'][source])
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user