Fix recipes for K2 and SE
This commit is contained in:
parent
ecfad09c1f
commit
ecb3789f66
3 changed files with 111 additions and 134 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue