From c3265f84b72bfcf1725274c5674740d88414d4c6 Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Thu, 1 May 2025 23:24:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BD=D0=BE=D0=B2=D0=B0=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B0=D1=8F=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=86=D0=B8=20=D1=80=D0=B0=D1=81=D1=85=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0=20=D0=B6=D0=B5=D0=BB=D0=B5=D0=B7=D0=B0/=D0=BC?= =?UTF-8?q?=D0=B5=D0=B4=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angelsrefining/prototypes/recipes/water-treatment-recipes.lua | 2 +- angelssmelting/prototypes/recipes/smelting-copper.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua index 64cd9295..5608a1e8 100644 --- a/angelsrefining/prototypes/recipes/water-treatment-recipes.lua +++ b/angelsrefining/prototypes/recipes/water-treatment-recipes.lua @@ -78,7 +78,7 @@ data:extend({ results = { { type = "fluid", name = "water-mineralized", amount = 20 }, { type = "fluid", name = "water-purified", amount = 70 }, - { type = "item", name = "sulfur", amount = 3 }, + { type = "item", name = "sulfur", amount = 1 }, }, always_show_products = true, icons = angelsmods.functions.create_liquid_recipe_icon({ diff --git a/angelssmelting/prototypes/recipes/smelting-copper.lua b/angelssmelting/prototypes/recipes/smelting-copper.lua index ded5f74a..b8419bf1 100644 --- a/angelssmelting/prototypes/recipes/smelting-copper.lua +++ b/angelssmelting/prototypes/recipes/smelting-copper.lua @@ -106,7 +106,7 @@ data:extend({ { type = "fluid", name = "liquid-sulfuric-acid", amount = 30 }, }, results = { - { type = "item", name = "ingot-copper", amount = 24 }, + { type = "item", name = "ingot-copper", amount = 12 }, }, icons = angelsmods.functions.add_number_icon_layer( angelsmods.functions.get_object_icons("ingot-copper"), @@ -269,7 +269,7 @@ data:extend({ { type = "fluid", name = "liquid-coolant", amount = 40 }, }, results = { - { type = "item", name = "angels-wire-coil-copper", amount = 12 }, + { type = "item", name = "angels-wire-coil-copper", amount = 8 }, { type = "fluid", name = "liquid-coolant-used", amount = 40, temperature = 300 }, }, main_product = "angels-wire-coil-copper",