Skip to content

Commit

Permalink
Merge branch '2.0-prep' of https://github.com/modded-factorio/bobsmods
Browse files Browse the repository at this point in the history
…into 2.0-prep
  • Loading branch information
KiwiHawk committed Aug 5, 2024
2 parents 09e5b63 + 3535289 commit af21f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bobrevamp/prototypes/rocket-parts-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ then
bobmods.lib.recipe.add_ingredient("rocket-control-unit", { type = "item", name = "solder", amount = 5 })
end
if data.raw.item["multi-layer-circuit-board"] then
bobmods.lib.recipe.add_ingredient("rocket-control-unit", { type = "item", name = "multi-layer-circuit-board", amount = 2 })
bobmods.lib.recipe.add_ingredient(
"rocket-control-unit",
{ type = "item", name = "multi-layer-circuit-board", amount = 2 }
)
end
bobmods.lib.tech.replace_prerequisite("rocket-control-unit", "speed-module", "advanced-electronics-3")
elseif data.raw.item["advanced-processing-unit"] then
Expand Down

0 comments on commit af21f60

Please sign in to comment.