Update main.lua

This commit is contained in:
PHIDIAS
2023-03-18 01:06:43 +09:00
parent 32b63b3736
commit 7d6e78c02d

View File

@@ -194,7 +194,7 @@ table.insert(data.raw.technology['compound-energy-2'].effects, {type='unlock-rec
for i=1, #recipe_list, 1 do for i=1, #recipe_list, 1 do
if data.raw.recipe[recipe_list[i]] ~= nil then if data.raw.recipe[recipe_list[i]] ~= nil then
local item = table.deepcopy(data.raw.recipe[recipe_list[i]]) local item = table.deepcopy(data.raw.recipe[recipe_list[i]])
local energy_required local energy_required = 1
local ingredients_1 = {} local ingredients_1 = {}
local ingredients_2 = {} local ingredients_2 = {}
local results_1 = {} local results_1 = {}