Update to bz mods version 2

This commit is contained in:
Simon Brodtmann 2025-10-21 15:00:44 +02:00
parent 0a040f035e
commit df4123b24c
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,8 @@
"base >= 2.0.0", "base >= 2.0.0",
"? 248k-Redux", "? 248k-Redux",
"? bismuth", "? bismuth",
"? bzcarbon", "? bzcarbon2",
"? bzzirconium", "? bzzirconium2",
"? Krastorio2", "? Krastorio2",
"? space-exploration" "? space-exploration"
], ],

View file

@ -7,7 +7,7 @@ util.add_ingredient("concrete", "quicklime", 10)
util.remove_ingredient("concrete", mods["Krastorio2"] and "kr-sand" or "sand") util.remove_ingredient("concrete", mods["Krastorio2"] and "kr-sand" or "sand")
--Concret --Concret
if mods["bzzirconium"] then if mods["bzzirconium2"] then
util.remove_ingredient("concrete", "zircon") util.remove_ingredient("concrete", "zircon")
end end
@ -21,7 +21,7 @@ if mods["space-exploration"] then
end end
end end
if mods["bzcarbon"] then if mods["bzcarbon2"] then
if data.raw.item["salt"] then if data.raw.item["salt"] then
util.replace_ingredient("steel-plate", "salt", "quicklime", 1) util.replace_ingredient("steel-plate", "salt", "quicklime", 1)
else else