From 3e49fae3bce76d88bf76b5ef854ad891e0069684 Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 10 Jun 2025 22:10:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=20=D0=B6=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=B7=D0=BD=D0=BE=D0=B9=20=D0=B8=20=D0=BC=D0=B5=D0=B4?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9=20=D1=80=D1=83=D0=B4=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B5=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D0=BA=D1=80=D0=B8=D1=81=D1=82=D0=B0=D0=BB=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?,=20=D0=B8=D0=BD=D0=B0=D1=87=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B8=D0=B7=D0=B1=D1=8B=D1=82=D0=BE=D0=BA=20=D0=B2=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=87=D0=BD=D1=8B=D1=85=20=D1=80=D1=83=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prototypes/override/refining-override-sorting.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/angelsrefining/prototypes/override/refining-override-sorting.lua b/angelsrefining/prototypes/override/refining-override-sorting.lua index afcf1df9..635c0e75 100644 --- a/angelsrefining/prototypes/override/refining-override-sorting.lua +++ b/angelsrefining/prototypes/override/refining-override-sorting.lua @@ -515,8 +515,8 @@ OV.patch_recipes(merge_table_of_tables({ ore_enabled("ferrous") and create_sorting_recipes("ferrous", "angelsore8%s", { ["!!"] = not special_vanilla and { true, true, true, true }, - ["iron-ore"] = not special_vanilla and { 2, 3, 4, 8 }, - ["manganese-ore"] = not special_vanilla and { 2, 2, 2, 4 }, + ["iron-ore"] = not special_vanilla and { 2, 3, 4, 10 }, + ["manganese-ore"] = not special_vanilla and { 2, 2, 2, 6 }, ["nickel-ore"] = not special_vanilla and { 0, 1, 1, 3 }, ["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 2 }, ["chrome-ore"] = not special_vanilla and { 0, 0, 0, 1 }, @@ -526,8 +526,8 @@ OV.patch_recipes(merge_table_of_tables({ ore_enabled("cupric") and create_sorting_recipes("cupric", "angelsore9%s", { ["!!"] = not special_vanilla and { true, true, true, true }, - ["copper-ore"] = not special_vanilla and { 2, 3, 4, 8 }, - ["tin-ore"] = not special_vanilla and { 2, 2, 2, 4 }, + ["copper-ore"] = not special_vanilla and { 2, 3, 4, 10 }, + ["tin-ore"] = not special_vanilla and { 2, 2, 2, 6 }, ["silver-ore"] = not special_vanilla and { 0, 1, 1, 3 }, ["gold-ore"] = not special_vanilla and { 0, 0, 1, 2 }, ["platinum-ore"] = not special_vanilla and { 0, 0, 0, 1 },