Скорректированы некоторые рецепты: сера, флюорит, медь и железо из промывки кристаллов, возможно что-то ещё
This commit is contained in:
parent
cb544aa8fc
commit
e2f1e685cd
@ -56,7 +56,7 @@ solid-sodium-hypochlorite=Гипохлорит натрия
|
|||||||
gas-methylamine=Метиламин
|
gas-methylamine=Метиламин
|
||||||
gas-dimethylamine=Диметиламин
|
gas-dimethylamine=Диметиламин
|
||||||
gas-dimethylhydrazine=Диметилгидразин
|
gas-dimethylhydrazine=Диметилгидразин
|
||||||
gas-natural-1=Свободный газ
|
gas-natural-1=Сырой газ
|
||||||
liquid-multi-phase-oil=Многофазная нефть
|
liquid-multi-phase-oil=Многофазная нефть
|
||||||
gas-raw-1=Природный газ
|
gas-raw-1=Природный газ
|
||||||
liquid-condensates=Газовые конденсаты
|
liquid-condensates=Газовые конденсаты
|
||||||
|
@ -515,10 +515,10 @@ OV.patch_recipes(merge_table_of_tables({
|
|||||||
ore_enabled("ferrous")
|
ore_enabled("ferrous")
|
||||||
and create_sorting_recipes("ferrous", "angelsore8%s", {
|
and create_sorting_recipes("ferrous", "angelsore8%s", {
|
||||||
["!!"] = not special_vanilla and { true, true, true, true },
|
["!!"] = not special_vanilla and { true, true, true, true },
|
||||||
["iron-ore"] = not special_vanilla and { 2, 3, 4, 4 },
|
["iron-ore"] = not special_vanilla and { 2, 3, 4, 8 },
|
||||||
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 2 },
|
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 4 },
|
||||||
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
||||||
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 2 },
|
||||||
["chrome-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
["chrome-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||||
}, true)
|
}, true)
|
||||||
or nil,
|
or nil,
|
||||||
@ -526,10 +526,10 @@ OV.patch_recipes(merge_table_of_tables({
|
|||||||
ore_enabled("cupric")
|
ore_enabled("cupric")
|
||||||
and create_sorting_recipes("cupric", "angelsore9%s", {
|
and create_sorting_recipes("cupric", "angelsore9%s", {
|
||||||
["!!"] = not special_vanilla and { true, true, true, true },
|
["!!"] = not special_vanilla and { true, true, true, true },
|
||||||
["copper-ore"] = not special_vanilla and { 2, 3, 4, 4 },
|
["copper-ore"] = not special_vanilla and { 2, 3, 4, 8 },
|
||||||
["tin-ore"] = not special_vanilla and { 2, 2, 2, 2 },
|
["tin-ore"] = not special_vanilla and { 2, 2, 2, 4 },
|
||||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
["silver-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
||||||
["gold-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
["gold-ore"] = not special_vanilla and { 0, 0, 1, 2 },
|
||||||
["platinum-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
["platinum-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||||
["quartz"] = not (special_vanilla or ore_enabled("platinum-ore")) and { 0, 0, 0, 1 },
|
["quartz"] = not (special_vanilla or ore_enabled("platinum-ore")) and { 0, 0, 0, 1 },
|
||||||
}, true)
|
}, true)
|
||||||
|
@ -85,7 +85,7 @@ if angelsmods.trigger.water_greenyellow_waste == true then
|
|||||||
OV.patch_recipes({
|
OV.patch_recipes({
|
||||||
{
|
{
|
||||||
name = "greenyellow-waste-water-purification",
|
name = "greenyellow-waste-water-purification",
|
||||||
results = { { name = "fluorite-ore", type = "item", amount = 3 } },
|
results = { { name = "fluorite-ore", type = "item", amount = 2 } },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
|
@ -1046,7 +1046,7 @@ data:extend({
|
|||||||
enabled = false,
|
enabled = false,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{ type = "item", name = "filter-ceramic-used", amount = 1 },
|
{ type = "item", name = "filter-ceramic-used", amount = 1 },
|
||||||
{ type = "fluid", name = "water-purified", amount = 50 },
|
{ type = "fluid", name = "water-purified", amount = 10 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "item", name = "filter-ceramic", amount = 1 },
|
{ type = "item", name = "filter-ceramic", amount = 1 },
|
||||||
|
@ -4,7 +4,7 @@ salination-plant-3=Соляная станция 3
|
|||||||
washing-plant-3=Гидрометаллургический завод 3
|
washing-plant-3=Гидрометаллургический завод 3
|
||||||
washing-plant-4=Гидрометаллургический завод 4
|
washing-plant-4=Гидрометаллургический завод 4
|
||||||
ore-crusher-4=Дробилка руды 4
|
ore-crusher-4=Дробилка руды 4
|
||||||
ore-floatation-cell-4=Ячейка плавучести 4
|
ore-floatation-cell-4=Гидропромывочная станция руды МК4
|
||||||
ore-leaching-plant-4=Выщелачивающий завод 4
|
ore-leaching-plant-4=Выщелачивающий завод 4
|
||||||
# crystallizer-3=Кристаллизатор 3
|
# crystallizer-3=Кристаллизатор 3
|
||||||
# filtration-unit-3=Фильтрационная установка 3
|
# filtration-unit-3=Фильтрационная установка 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user