Увеличил выход железа и меди после сортировки

This commit is contained in:
2026-02-25 21:31:16 +03:00
parent ecb155b1c0
commit 5c5c07d228

View File

@@ -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, 4, 10 },
["iron-ore"] = not special_vanilla and { 2, 3, 6, 18 },
["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, 4, 10 },
["copper-ore"] = not special_vanilla and { 2, 3, 6, 18 },
["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 },