mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
@@ -538,8 +538,8 @@ if data.raw['fusion-generator'] and data.raw['fusion-generator']['fusion-generat
|
||||
end
|
||||
end
|
||||
|
||||
if mods['space-age'] then
|
||||
if data.raw['reactor']['heating-tower'] then
|
||||
-- MIG A 1 SPACE_AGE ENTITY,ITEM,RECIPE,RESEARCH_EFFECT
|
||||
if data.raw['reactor'] and data.raw['reactor']['heating-tower'] then
|
||||
local item = table.deepcopy(data.raw['item']['heating-tower'])
|
||||
item.name = 'electric-heating-tower'
|
||||
item.place_result = item.name
|
||||
@@ -584,4 +584,3 @@ if mods['space-age'] then
|
||||
|
||||
table.insert(data.raw.technology['heating-tower'].effects, {type = 'unlock-recipe', recipe = item.name})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user