Remove "kr-crush-limestone" as it conflicts with "limestone-powder"
This commit is contained in:
parent
7551f9b139
commit
4e33a22bec
1 changed files with 8 additions and 3 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
local util = require("data-util")
|
local util = require("data-util")
|
||||||
|
|
||||||
if mods["bismuth"] then
|
if mods["bismuth"] then
|
||||||
util.remove_ingredient("bismuth-glass", "calcium-plate")
|
util.remove_ingredient("bismuth-glass", "calcium-plate")
|
||||||
util.add_ingredient("bismuth-glass", "quicklime", 2)
|
util.add_ingredient("bismuth-glass", "quicklime", 2)
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["Krastorio2"] and mods["space-exploration"] and mods["248k-Redux"] then
|
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
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue