From 620cf0d3e07fe4f5fd16d9c8d5123f700afcdc5d Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 4 Aug 2026 10:44:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D0=B0?= =?UTF-8?q?=20=D0=A1=D0=BE=D0=BB=D0=BD=D0=B5=D1=87=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B5=D0=B9=203=20=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bobpower/prototypes/recipe/solar-panels.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bobpower/prototypes/recipe/solar-panels.lua b/bobpower/prototypes/recipe/solar-panels.lua index 89c0dbdb..51a073a1 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",