Remove "kr-crush-limestone" as it conflicts with "limestone-powder"

This commit is contained in:
Simon Brodtmann 2025-12-10 18:24:05 +01:00
parent 7551f9b139
commit 4e33a22bec

View file

@ -8,3 +8,8 @@ end
if mods["Krastorio2"] and mods["space-exploration"] and mods["248k-Redux"] then
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