From 7d6e78c02dd288573fb7da2fd03f2f2571d2f727 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:06:43 +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 aa03929..a6e8235 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -194,7 +194,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 energy_required + local energy_required = 1 local ingredients_1 = {} local ingredients_2 = {} local results_1 = {}