From 7c16ebaf9a47a9e46966eb8e5e1c34899da5075b Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Wed, 4 Mar 2026 21:14:23 +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=D1=8B=D1=85=D0=BE=D0=B4=D0=B0=20=D0=B6=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=B7=D0=B0=20=D0=B8=20=D0=BC=D0=B5=D0=B4=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20=D1=81=D0=BE=D1=80=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=B0=D1=87=D0=BA=D0=B8=20=D1=81=D1=82=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prototypes/override/refining-override-sorting.lua | 4 ++-- bobplates/data-updates.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angelsrefining/prototypes/override/refining-override-sorting.lua b/angelsrefining/prototypes/override/refining-override-sorting.lua index d0b8f7d2..183faa4a 100644 --- a/angelsrefining/prototypes/override/refining-override-sorting.lua +++ b/angelsrefining/prototypes/override/refining-override-sorting.lua @@ -515,7 +515,7 @@ 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, 6, 18 }, + ["iron-ore"] = not special_vanilla and { 2, 3, 6, 12 }, ["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 }, @@ -526,7 +526,7 @@ 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, 6, 18 }, + ["copper-ore"] = not special_vanilla and { 2, 3, 6, 12 }, ["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 }, diff --git a/bobplates/data-updates.lua b/bobplates/data-updates.lua index 9bbad237..1c0963a1 100644 --- a/bobplates/data-updates.lua +++ b/bobplates/data-updates.lua @@ -274,7 +274,7 @@ data.raw.item["nuclear-fuel"].fuel_emissions_multiplier = 5 -- Stack Sizes data.raw.item["iron-plate"].stack_size = 200 data.raw.item["copper-plate"].stack_size = 200 -data.raw.item["steel-plate"].stack_size = 200 +data.raw.item["steel-plate"].stack_size = 4000 data.raw.item["coal"].stack_size = 200 data.raw.item["uranium-ore"].stack_size = 200 data.raw.item["sulfur"].stack_size = 2000