From f24abad6c03db4c0bc7475f1ee05514f1a258a1b Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Tue, 26 Apr 2022 21:50:15 +0200 Subject: [PATCH] finished umr fix --- prototypes/248k_techs.lua | 4 ---- prototypes/fu_recipes.lua | 14 -------------- scripts/umr/data.lua | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/prototypes/248k_techs.lua b/prototypes/248k_techs.lua index a99945e..0f1c7e4 100644 --- a/prototypes/248k_techs.lua +++ b/prototypes/248k_techs.lua @@ -1966,10 +1966,6 @@ data:extend({ type = 'unlock-recipe', recipe = 'fu_fusion_card_5_recipe', }, - { - type = 'unlock-recipe', - recipe = 'fu_fusion_card_6_recipe', - }, { type = 'unlock-recipe', recipe = 'fu_fusion_card_7_recipe', diff --git a/prototypes/fu_recipes.lua b/prototypes/fu_recipes.lua index 425f148..056cfb0 100644 --- a/prototypes/fu_recipes.lua +++ b/prototypes/fu_recipes.lua @@ -144,20 +144,6 @@ data:extend({ energy_required = 100, always_show_made_in = true, }, - { - name = 'fu_fusion_card_6_recipe', - type = 'recipe', - category = 'fu_fusor_crafting_category', - enabled = 'false', - ingredients = { - {type="fluid", name="fu_deuterium", amount=100}, - {type="fluid", name="fu_helium_3", amount=100}, - }, - result = 'fu_materials_fusion_card', - result_count = 20, - energy_required = 100, - always_show_made_in = true, - }, { name = 'fu_fusion_card_7_recipe', type = 'recipe', diff --git a/scripts/umr/data.lua b/scripts/umr/data.lua index 51221bc..df3486d 100644 --- a/scripts/umr/data.lua +++ b/scripts/umr/data.lua @@ -70,4 +70,18 @@ data:extend({ energy_required = 100, always_show_made_in = true, }, + { + name = 'fu_fusion_card_6_recipe', + type = 'recipe', + category = 'fu_fusor_crafting_category', + enabled = 'false', + ingredients = { + {type="fluid", name="fu_deuterium", amount=100}, + {type="fluid", name="fu_helium_3", amount=100}, + }, + result = 'fu_materials_fusion_card', + result_count = 20, + energy_required = 100, + always_show_made_in = true, + }, }) \ No newline at end of file