diff --git a/bobpower/prototypes/recipe/solar-panels.lua b/bobpower/prototypes/recipe/solar-panels.lua index 89c0dbdb..a349595a 100644 --- a/bobpower/prototypes/recipe/solar-panels.lua +++ b/bobpower/prototypes/recipe/solar-panels.lua @@ -96,7 +96,7 @@ if settings.startup["bobmods-power-solar"].value == true then ingredients = { { "solar-panel-2", 1 }, { "steel-plate", 4 }, - { "processing-unit", 9 }, + { "processing-unit", 6 }, { "copper-plate", 4 }, }, result = "solar-panel-3", @@ -110,7 +110,7 @@ if settings.startup["bobmods-power-solar"].value == true then ingredients = { { "solar-panel-large-2", 1 }, { "steel-plate", 8 }, - { "processing-unit", 16 }, + { "processing-unit", 8 }, { "copper-plate", 8 }, }, result = "solar-panel-large-3",