Увеличил выход железной и медной руд при очистике из кристаллов, иначе переизбыток вторичных руд
This commit is contained in:
parent
e2f1e685cd
commit
3e49fae3bc
@ -515,8 +515,8 @@ 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, 8 },
|
["iron-ore"] = not special_vanilla and { 2, 3, 4, 10 },
|
||||||
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 4 },
|
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 6 },
|
||||||
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
||||||
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 2 },
|
["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 },
|
||||||
@ -526,8 +526,8 @@ 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, 8 },
|
["copper-ore"] = not special_vanilla and { 2, 3, 4, 10 },
|
||||||
["tin-ore"] = not special_vanilla and { 2, 2, 2, 4 },
|
["tin-ore"] = not special_vanilla and { 2, 2, 2, 6 },
|
||||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
["silver-ore"] = not special_vanilla and { 0, 1, 1, 3 },
|
||||||
["gold-ore"] = not special_vanilla and { 0, 0, 1, 2 },
|
["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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user