From 253d5d609c3992a73498b0adaa8aa63a074c095b Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:46:43 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index 105cb7d..a5c844e 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -71,7 +71,7 @@ local recipe_list = { 'nuclear-fuel-reprocessing', 'inserter', - 'transport-belt' + 'transport-belt', 'grenade', 'firearm-magazine', 'piercing-rounds-magazine', @@ -181,6 +181,8 @@ table.insert(data.raw['technology']['compound-energy-2'].effects, {type='unlock- for i=1, #recipe_list, 1 do local item = table.deepcopy(data.raw['recipe'][recipe_list[i]]) + item.enabled = true + local item_1 = item item.name = item.name .. ' 4x' item_1.name = item_1.name .. ' 16x'