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:
@@ -180,15 +180,15 @@ for i=1, #items, 1 do
|
||||
end
|
||||
end
|
||||
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe',recipe='assembling-machine-4'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe',recipe='electric-furnace-2'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe',recipe='chemical-plant-2'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe',recipe='oil-refinery-2'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe', recipe='assembling-machine-4'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe', recipe='electric-furnace-2'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe', recipe='chemical-plant-2'})
|
||||
table.insert(data.raw['technology']['compound-energy-1'].effects, {type='unlock-recipe', recipe='oil-refinery-2'})
|
||||
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe',recipe='assembling-machine-5'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe',recipe='electric-furnace-3'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe',recipe='chemical-plant-3'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe',recipe='oil-refinery-3'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe', recipe='assembling-machine-5'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe', recipe='electric-furnace-3'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe', recipe='chemical-plant-3'})
|
||||
table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock-recipe', recipe='oil-refinery-3'})
|
||||
|
||||
-- item.group == intermediate-product
|
||||
|
||||
|
||||
Reference in New Issue
Block a user