Fix recipes for K2 and SE

This commit is contained in:
Simon Brodtmann 2025-11-08 10:16:41 +01:00
parent ecfad09c1f
commit ecb3789f66
3 changed files with 111 additions and 134 deletions

View file

@ -95,13 +95,6 @@ else
end
end
if data.raw.item["solder"] then
bobmods.lib.recipe.add_ingredient("electronic-circuit", {type="item", name="solder", amount=1})
bobmods.lib.recipe.add_ingredient("advanced-circuit", {type="item", name="solder", amount=1})
bobmods.lib.recipe.add_ingredient("processing-unit", {type="item", name="solder", amount=2})
bobmods.lib.recipe.add_ingredient("advanced-processing-unit", {type="item", name="solder", amount=4})
end
if mods["aai-industry"] then
local greenrecipe2 = table.deepcopy(data.raw["recipe"]["basic-circuit-board"])
greenrecipe2.name = "basic-circuit-board-stone"