From 147acde38d44429f05bef450704cea0f9215617e Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 30 Jul 2022 23:42:32 -0700 Subject: [PATCH] nits --- recipe-updates.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipe-updates.lua b/recipe-updates.lua index 38ed683..fdb3e48 100644 --- a/recipe-updates.lua +++ b/recipe-updates.lua @@ -14,7 +14,6 @@ util.replace_ingredient("assembling-machine-2", "iron-gear-wheel", "bakelite") util.replace_some_ingredient("explosives", "coal", 1, "formaldehyde", 10) - -- Gas boiler updates, from this mod or another util.remove_ingredient("gas-boiler", "pump") util.add_ingredient("gas-boiler", "pipe", 1) @@ -22,7 +21,6 @@ util.add_ingredient("gas-boiler", "solder", 1) util.add_effect("gas-extraction", {type="unlock-recipe", recipe="gas-boiler"}) - if mods.Krastorio2 then util.add_prerequisite("kr-fluids-chemistry", "basic-chemistry") util.add_prerequisite("basic-chemistry", "kr-basic-fluid-handling") @@ -35,7 +33,6 @@ util.add_ingredient("se-genetic-data", "phenol", 1) util.add_ingredient("se-comparative-genetic-data", "phenol", 2) - -- Bob's Electronics SE KR util.remove_recipe_effect("electronics", "basic-circuit-board-stone") util.set_hidden("basic-circuit-board-stone")