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