Коррекция рецептов выхода железа и меди после сортировки
Изменение размера пачки стали
This commit is contained in:
@@ -515,7 +515,7 @@ 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, 6, 18 },
|
["iron-ore"] = not special_vanilla and { 2, 3, 6, 12 },
|
||||||
["manganese-ore"] = not special_vanilla and { 2, 2, 2, 6 },
|
["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 },
|
||||||
@@ -526,7 +526,7 @@ 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, 6, 18 },
|
["copper-ore"] = not special_vanilla and { 2, 3, 6, 12 },
|
||||||
["tin-ore"] = not special_vanilla and { 2, 2, 2, 6 },
|
["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 },
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ data.raw.item["nuclear-fuel"].fuel_emissions_multiplier = 5
|
|||||||
-- Stack Sizes
|
-- Stack Sizes
|
||||||
data.raw.item["iron-plate"].stack_size = 200
|
data.raw.item["iron-plate"].stack_size = 200
|
||||||
data.raw.item["copper-plate"].stack_size = 200
|
data.raw.item["copper-plate"].stack_size = 200
|
||||||
data.raw.item["steel-plate"].stack_size = 200
|
data.raw.item["steel-plate"].stack_size = 4000
|
||||||
data.raw.item["coal"].stack_size = 200
|
data.raw.item["coal"].stack_size = 200
|
||||||
data.raw.item["uranium-ore"].stack_size = 200
|
data.raw.item["uranium-ore"].stack_size = 200
|
||||||
data.raw.item["sulfur"].stack_size = 2000
|
data.raw.item["sulfur"].stack_size = 2000
|
||||||
|
|||||||
Reference in New Issue
Block a user