diff --git a/bobmodules/prototypes/recipe/electronics-updates.lua b/bobmodules/prototypes/recipe/electronics-updates.lua index 5f93217..5c6f811 100644 --- a/bobmodules/prototypes/recipe/electronics-updates.lua +++ b/bobmodules/prototypes/recipe/electronics-updates.lua @@ -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 }