From 7853926e36db9aefe5a240c4e07e263adf32cd9d Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 2 Jun 2026 22:06:02 +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=D1=83=D0=BC=D0=B5=D0=BD=D1=8C=D1=88=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=BE=D1=82=D1=80=D0=B5=D0=B1=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=D0=B8=D1=81=D0=BB=D0=BE=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=B2=D0=BA=D0=B5=20=D0=BC=D0=B5=D0=B4=D0=B8=20?= =?UTF-8?q?=D0=B8=20=D1=81=D1=82=D0=B0=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelssmelting/prototypes/recipes/smelting-alloy-steel.lua | 2 +- angelssmelting/prototypes/recipes/smelting-copper.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angelssmelting/prototypes/recipes/smelting-alloy-steel.lua b/angelssmelting/prototypes/recipes/smelting-alloy-steel.lua index 6e1c6824..862631bb 100644 --- a/angelssmelting/prototypes/recipes/smelting-alloy-steel.lua +++ b/angelssmelting/prototypes/recipes/smelting-alloy-steel.lua @@ -12,7 +12,7 @@ data:extend({ enabled = false, ingredients = { { type = "item", name = "ingot-iron", amount = 24 }, - { type = "fluid", name = "gas-oxygen", amount = 60 }, + { type = "fluid", name = "gas-oxygen", amount = 10 }, }, results = { { type = "item", name = "ingot-steel", amount = 6 }, diff --git a/angelssmelting/prototypes/recipes/smelting-copper.lua b/angelssmelting/prototypes/recipes/smelting-copper.lua index b8419bf1..41c394be 100644 --- a/angelssmelting/prototypes/recipes/smelting-copper.lua +++ b/angelssmelting/prototypes/recipes/smelting-copper.lua @@ -44,7 +44,7 @@ data:extend({ enabled = false, ingredients = { { type = "item", name = "pellet-copper", amount = 8 }, - { type = "fluid", name = "gas-oxygen", amount = 60 }, + { type = "fluid", name = "gas-oxygen", amount = 10 }, --{type="item", name="solid-sodium-carbonate", amount=6}, }, results = {