diff --git a/Limestone2/recipe-final-fix.lua b/Limestone2/recipe-final-fix.lua index 8f56d04..5482205 100644 --- a/Limestone2/recipe-final-fix.lua +++ b/Limestone2/recipe-final-fix.lua @@ -1,10 +1,15 @@ local util = require("data-util") if mods["bismuth"] then - util.remove_ingredient("bismuth-glass", "calcium-plate") - util.add_ingredient("bismuth-glass", "quicklime", 2) + util.remove_ingredient("bismuth-glass", "calcium-plate") + util.add_ingredient("bismuth-glass", "quicklime", 2) end if mods["Krastorio2"] and mods["space-exploration"] and mods["248k-Redux"] then - util.remove_ingredient("se-holmium-powder", "gr_materials_gold_wire") + util.remove_ingredient("se-holmium-powder", "gr_materials_gold_wire") +end + +if mods["Krastorio2"] then + -- Conflicts with "limestone-powder" + data.raw.recipe["kr-crush-limestone"] = nil end \ No newline at end of file