Fix K2 compatibility
This commit is contained in:
parent
5378517c41
commit
0ca86d181c
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue