mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-29 06:43:23 +09:00
.
This commit is contained in:
@@ -595,8 +595,8 @@ if data.raw['reactor'] and data.raw['reactor']['heating-tower'] 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
|
||||||
|
|
||||||
-- GM A 2 BASE ITEM,RECIPE
|
-- MIG A 2 BASE ITEM,RECIPE
|
||||||
-- GM C 1 BASE ENTITY
|
-- MIG C 1 BASE ENTITY
|
||||||
if data.raw.item['depleted-uranium-fuel-cell'] and data.raw.item['nuclear-fuel'] then
|
if data.raw.item['depleted-uranium-fuel-cell'] and data.raw.item['nuclear-fuel'] then
|
||||||
local item = table.deepcopy(data.raw.item['depleted-uranium-fuel-cell'])
|
local item = table.deepcopy(data.raw.item['depleted-uranium-fuel-cell'])
|
||||||
item.name = 'empty-train-battery'
|
item.name = 'empty-train-battery'
|
||||||
|
|||||||
Reference in New Issue
Block a user