From 38ffa9d6499f0f3ec109c9dadd4b7d13d72d571a Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 13 Aug 2022 00:43:30 -0700 Subject: [PATCH] steel --- recipe-updates.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipe-updates.lua b/recipe-updates.lua index 3f4316c..f1be98a 100644 --- a/recipe-updates.lua +++ b/recipe-updates.lua @@ -28,9 +28,8 @@ util.replace_some_ingredient("shotgun-shell", "stone", 1, "salt", 1) util.add_ingredient("pumpjack", "salt", 10) util.add_ingredient("kr-mineral-water-pumpjack", "salt", 10) util.add_ingredient("uranium-processing", "salt", 1) --- TODO if foundry or K2, salt for steel -if mods.Krastorio2 or data.raw.item["foundry"] then - util.replace_some_ingredient("steel", "iron-plate", 1, "salt", 1) +if mods.Krastorio2 or util.is_foundry() then + util.replace_some_ingredient("steel-plate", "iron-plate", 1, "salt", 1) end util.add_ingredient("kr-biomass-growing", "salt", 1) util.add_ingredient("kr-energy-storage", "ferric-chloride", 10)