Fix K2 compatibility

This commit is contained in:
Simon Brodtmann 2025-10-08 23:56:22 +02:00
parent 5378517c41
commit 0ca86d181c
2 changed files with 9 additions and 9 deletions

View file

@ -16,8 +16,8 @@ for i, recipe in pairs(data.raw.recipe) do
end
if data.raw.fluid["hydrogen-chloride"] then
bobmods.lib.recipe.replace_ingredient("ferric-chloride-solution", "water", "hydrogen-chloride")
if data.raw.fluid["kr-hydrogen-chloride"] then
bobmods.lib.recipe.replace_ingredient("ferric-chloride-solution", "water", "kr-hydrogen-chloride")
end
if data.raw.item["tinned-copper-cable"] then