Скорректированы некоторые рецепты: сера, флюорит, медь и железо из промывки кристаллов, возможно что-то ещё
This commit is contained in:
parent
cb544aa8fc
commit
e2f1e685cd
@ -56,7 +56,7 @@ solid-sodium-hypochlorite=Гипохлорит натрия
|
||||
gas-methylamine=Метиламин
|
||||
gas-dimethylamine=Диметиламин
|
||||
gas-dimethylhydrazine=Диметилгидразин
|
||||
gas-natural-1=Свободный газ
|
||||
gas-natural-1=Сырой газ
|
||||
liquid-multi-phase-oil=Многофазная нефть
|
||||
gas-raw-1=Природный газ
|
||||
liquid-condensates=Газовые конденсаты
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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 },
|
||||
|
@ -4,7 +4,7 @@ salination-plant-3=Соляная станция 3
|
||||
washing-plant-3=Гидрометаллургический завод 3
|
||||
washing-plant-4=Гидрометаллургический завод 4
|
||||
ore-crusher-4=Дробилка руды 4
|
||||
ore-floatation-cell-4=Ячейка плавучести 4
|
||||
ore-floatation-cell-4=Гидропромывочная станция руды МК4
|
||||
ore-leaching-plant-4=Выщелачивающий завод 4
|
||||
# crystallizer-3=Кристаллизатор 3
|
||||
# filtration-unit-3=Фильтрационная установка 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user