Скорректированы некоторые рецепты: сера, флюорит, медь и железо из промывки кристаллов, возможно что-то ещё

This commit is contained in:
2025-06-10 20:12:15 +03:00
parent cb544aa8fc
commit e2f1e685cd
5 changed files with 12 additions and 12 deletions

View File

@@ -515,10 +515,10 @@ 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, 4 },
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 2 },
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 1 },
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 1 },
["iron-ore"] = not special_vanilla and { 2, 3, 4, 8 },
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 4 },
["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 },
}, true)
or nil,
@@ -526,10 +526,10 @@ 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, 4 },
["tin-ore"] = not special_vanilla and { 2, 2, 2, 2 },
["silver-ore"] = not special_vanilla and { 0, 1, 1, 1 },
["gold-ore"] = not special_vanilla and { 0, 0, 1, 1 },
["copper-ore"] = not special_vanilla and { 2, 3, 4, 8 },
["tin-ore"] = not special_vanilla and { 2, 2, 2, 4 },
["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 },
["quartz"] = not (special_vanilla or ore_enabled("platinum-ore")) and { 0, 0, 0, 1 },
}, true)

View File

@@ -85,7 +85,7 @@ if angelsmods.trigger.water_greenyellow_waste == true then
OV.patch_recipes({
{
name = "greenyellow-waste-water-purification",
results = { { name = "fluorite-ore", type = "item", amount = 3 } },
results = { { name = "fluorite-ore", type = "item", amount = 2 } },
},
})
else

View File

@@ -1046,7 +1046,7 @@ data:extend({
enabled = false,
ingredients = {
{ type = "item", name = "filter-ceramic-used", amount = 1 },
{ type = "fluid", name = "water-purified", amount = 50 },
{ type = "fluid", name = "water-purified", amount = 10 },
},
results = {
{ type = "item", name = "filter-ceramic", amount = 1 },