From faa020506bec2757192a6f9b6b79ed2fe660b79e Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Sun, 10 Apr 2022 18:26:46 +0200 Subject: [PATCH] Item/fluid handler now available in K2 --- scripts/krastorio2/data-final-fixes.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/krastorio2/data-final-fixes.lua b/scripts/krastorio2/data-final-fixes.lua index c48b7c4..a94307a 100644 --- a/scripts/krastorio2/data-final-fixes.lua +++ b/scripts/krastorio2/data-final-fixes.lua @@ -244,7 +244,6 @@ if (not mods["RealisticFusionPower"]) then table.insert(data.raw.technology["kr-fusion-energy"].effects, {type ="unlock-recipe", recipe ="fu_activator_4_recipe"}) table.insert(data.raw.technology["kr-fusion-energy"].effects, {type ="unlock-recipe", recipe ="fu_activator_3_recipe"}) end -data.raw.recipe["fu_burner_recipe"].hidden = true --[[ table.insert(data.raw.technology["gr_stage_tech"].unit.ingredients, {"fu_space_probe_science_item", 1})