From babe46940792fde564992181f2271b9aa93f893d Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Sun, 7 Jun 2026 22:00:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=B2=20=D0=BF=D0=BB=D0=B0=D0=BD=D0=B5=20=D0=BF=D0=BE=D1=82?= =?UTF-8?q?=D1=80=D0=B5=D0=B1=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=BD=D0=BE=D0=B9=20=D0=BA=D0=B8=D1=81=D0=BB=D0=BE=D1=82?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelssmelting/prototypes/recipes/smelting-copper.lua | 2 +- angelssmelting/prototypes/recipes/smelting-manganese.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angelssmelting/prototypes/recipes/smelting-copper.lua b/angelssmelting/prototypes/recipes/smelting-copper.lua index 41c394be..d42f21f5 100644 --- a/angelssmelting/prototypes/recipes/smelting-copper.lua +++ b/angelssmelting/prototypes/recipes/smelting-copper.lua @@ -103,7 +103,7 @@ data:extend({ enabled = false, ingredients = { { type = "item", name = "anode-copper", amount = 12 }, - { type = "fluid", name = "liquid-sulfuric-acid", amount = 30 }, + { type = "fluid", name = "liquid-sulfuric-acid", amount = 10 }, }, results = { { type = "item", name = "ingot-copper", amount = 12 }, diff --git a/angelssmelting/prototypes/recipes/smelting-manganese.lua b/angelssmelting/prototypes/recipes/smelting-manganese.lua index db6d8406..85006a0c 100644 --- a/angelssmelting/prototypes/recipes/smelting-manganese.lua +++ b/angelssmelting/prototypes/recipes/smelting-manganese.lua @@ -85,7 +85,7 @@ data:extend({ enabled = false, ingredients = { { type = "item", name = "processed-manganese", amount = 4 }, - { type = "fluid", name = "liquid-sulfuric-acid", amount = 40 }, + { type = "fluid", name = "liquid-sulfuric-acid", amount = 10 }, }, results = { { type = "item", name = "cathode-manganese", amount = 12 }, @@ -107,7 +107,7 @@ data:extend({ ingredients = { { type = "item", name = "solid-manganese-oxide", amount = 12 }, { type = "item", name = "ingot-iron", amount = 4 }, - { type = "fluid", name = "liquid-sulfuric-acid", amount = 40 }, + { type = "fluid", name = "liquid-sulfuric-acid", amount = 10 }, }, results = { { type = "item", name = "cathode-manganese", amount = 12 },