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 Sep 18, 2024
2 parents 4057de6 + a0dbd66 commit d7c3a43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bobmodules/prototypes/recipe/electronics-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ else
)
else
bobmods.lib.recipe.add_ingredient("speed-processor-3", { type = "item", name = "processing-unit", amount = 1 })
bobmods.lib.recipe.add_ingredient(
"efficiency-processor-3",
{ type = "item", name = "processing-unit", amount = 1 }
)
bobmods.lib.recipe.add_ingredient("efficiency-processor-3", { type = "item", name = "processing-unit", amount = 1 })
bobmods.lib.recipe.add_ingredient(
"productivity-processor-3",
{ type = "item", name = "processing-unit", amount = 1 }
Expand Down

0 comments on commit d7c3a43

Please sign in to comment.