Коррекция рецептов сортировки сверхчистых руд
This commit is contained in:
@@ -442,72 +442,72 @@ OV.patch_recipes(merge_table_of_tables({
|
||||
-- SAPHIRITE
|
||||
create_sorting_recipes("saphirite", "angelsore1%s", {
|
||||
["!!"] = { special_vanilla, special_vanilla, special_vanilla, true },
|
||||
["iron-ore"] = special_vanilla and { 1, 1, 2, 2 } or { 2, 2, 3, 3 },
|
||||
["iron-ore"] = special_vanilla and { 1, 1, 2, 2 } or { 2, 2, 3, 16 },
|
||||
["angels-iron-nugget"] = special_vanilla and { 1, 2, 3, 5 },
|
||||
["angels-iron-pebbles"] = special_vanilla and { 2, 4, 3, 3 },
|
||||
["angels-iron-slag"] = special_vanilla and { 0, 0, 1, 1 },
|
||||
["copper-ore"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["quartz"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["copper-ore"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["quartz"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["nickel-ore"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["rutile-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["tungsten-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
-- JIVOLITE
|
||||
create_sorting_recipes("jivolite", "angelsore2%s", {
|
||||
["!!"] = { special_vanilla, special_vanilla, special_vanilla, true },
|
||||
["iron-ore"] = special_vanilla and { 2, 2, 3, 5 } or { 2, 2, 3, 3 },
|
||||
["iron-ore"] = special_vanilla and { 2, 2, 3, 5 } or { 2, 2, 3, 16 },
|
||||
["angels-iron-nugget"] = special_vanilla and { 1, 2, 3, 4 },
|
||||
["angels-iron-pebbles"] = special_vanilla and { 1, 1, 2, 4 },
|
||||
["angels-iron-slag"] = special_vanilla and { 0, 1, 2, 2 },
|
||||
["copper-ore"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["zinc-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["copper-ore"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["zinc-ore"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["cobalt-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["tungsten-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
-- STIRATITE
|
||||
create_sorting_recipes("stiratite", "angelsore3%s", {
|
||||
["!!"] = { special_vanilla, special_vanilla, special_vanilla, true },
|
||||
["copper-ore"] = special_vanilla and { 2, 2, 4, 3 } or { 2, 2, 3, 3 },
|
||||
["copper-ore"] = special_vanilla and { 2, 2, 4, 3 } or { 2, 2, 3, 16 },
|
||||
["angels-copper-nugget"] = special_vanilla and { 1, 2, 2, 4 },
|
||||
["angels-copper-pebbles"] = special_vanilla and { 0, 2, 3, 5 },
|
||||
["angels-copper-slag"] = special_vanilla and { 0, 0, 1, 1 },
|
||||
["iron-ore"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["tin-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["iron-ore"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["tin-ore"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["uranium-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["tungsten-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
-- CROTINIUM
|
||||
create_sorting_recipes("crotinnium", "angelsore4%s", {
|
||||
["!!"] = { special_vanilla, special_vanilla, special_vanilla, true },
|
||||
["copper-ore"] = special_vanilla and { 0, 1, 2, 3 } or { 2, 2, 3, 3 },
|
||||
["copper-ore"] = special_vanilla and { 0, 1, 2, 3 } or { 2, 2, 3, 16 },
|
||||
["angels-copper-nugget"] = special_vanilla and { 2, 2, 4, 5 },
|
||||
["angels-copper-pebbles"] = special_vanilla and { 1, 3, 3, 4 },
|
||||
["angels-copper-slag"] = special_vanilla and { 0, 1, 1, 2 },
|
||||
["iron-ore"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["lead-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["iron-ore"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["lead-ore"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["rutile-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["cobalt-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
-- RUBYTE
|
||||
create_sorting_recipes("rubyte", "angelsore5%s", {
|
||||
["!!"] = not special_vanilla and { false, false, false, true },
|
||||
["lead-ore"] = not special_vanilla and { 2, 2, 3, 3 },
|
||||
["nickel-ore"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["quartz"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["lead-ore"] = not special_vanilla and { 2, 2, 3, 16 },
|
||||
["nickel-ore"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["bauxite-ore"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["quartz"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["gold-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["uranium-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
-- BOBMONIUM
|
||||
create_sorting_recipes("bobmonium", "angelsore6%s", {
|
||||
["!!"] = not special_vanilla and { false, false, false, true },
|
||||
["tin-ore"] = not special_vanilla and { 2, 2, 3, 3 },
|
||||
["quartz"] = not special_vanilla and { 1, 1, 1, 2 },
|
||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["zinc-ore"] = not special_vanilla and { 0, 1, 1, 1 },
|
||||
["tin-ore"] = not special_vanilla and { 2, 2, 3, 16 },
|
||||
["quartz"] = not special_vanilla and { 1, 1, 1, 8 },
|
||||
["silver-ore"] = not special_vanilla and { 0, 1, 1, 4 },
|
||||
["zinc-ore"] = not special_vanilla and { 0, 1, 1, 2 },
|
||||
["gold-ore"] = not special_vanilla and { 0, 0, 1, 1 },
|
||||
["cobalt-ore"] = not special_vanilla and { 0, 0, 0, 1 },
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user