Update main.lua

This commit is contained in:
PHIDIAS
2023-03-17 20:17:52 +09:00
parent 1c294ed343
commit 25537e9c4c

View File

@@ -82,3 +82,13 @@ for i=1, #items, 1 do
ER(items[i], j)
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-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'})