Изменил рецепт сортировку руды, а то что-то много железной и медной, но мало никеля, кобальта, серебра и золота

Изменил рецепты насосов, теперь насосы требует предыдущий тир для изготовления
Повышает версию zzzparanoidal
Фикс графики турбины от ДОКА (#157)
Добавляет возможность крафтить рецепты с жидкостями в сборщиках электроники 4-5 (#177)
This commit is contained in:
2026-03-13 11:51:12 +03:00
parent 7c16ebaf9a
commit a053027cd7
6 changed files with 20 additions and 20 deletions

View File

@@ -516,9 +516,9 @@ OV.patch_recipes(merge_table_of_tables({
and create_sorting_recipes("ferrous", "angelsore8%s", {
["!!"] = not special_vanilla and { true, true, true, true },
["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 },
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 8 },
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 6 },
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 3 },
["chrome-ore"] = not special_vanilla and { 0, 0, 0, 1 },
}, true)
or nil,
@@ -527,9 +527,9 @@ OV.patch_recipes(merge_table_of_tables({
and create_sorting_recipes("cupric", "angelsore9%s", {
["!!"] = not special_vanilla and { true, true, true, true },
["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 },
["tin-ore"] = not special_vanilla and { 2, 2, 2, 8 },
["silver-ore"] = not special_vanilla and { 0, 1, 1, 6 },
["gold-ore"] = not special_vanilla and { 0, 0, 1, 3 },
["platinum-ore"] = not special_vanilla and { 0, 0, 0, 1 },
["quartz"] = not (special_vanilla or ore_enabled("platinum-ore")) and { 0, 0, 0, 1 },
}, true)