From 01312f9dd163991ddb928e64043c9e8755525827 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Sat, 18 Mar 2023 02:52:40 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index 21cc26d..654f143 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -210,7 +210,7 @@ table.insert(data.raw.technology['compound-energy-2'].effects, {type='unlock-rec for i=1, #recipe_list, 1 do if data.raw.recipe[recipe_list[i]] ~= nil then local item = table.deepcopy(data.raw.recipe[recipe_list[i]]) - local item_1 = item + local item_1 = table.deepcopy(data.raw.recipe[recipe_list[i]]) if item.energy_required ~= nil then item.energy_required = item.energy_required * 4