Обновление рецепта Солнечных панелей 3 тира

This commit is contained in:
2026-08-04 10:44:16 +03:00
parent 918ead6519
commit 02846374aa

View File

@@ -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",