Коррекция производства железа и меди
This commit is contained in:
parent
420819362e
commit
90e17fb049
@ -117,7 +117,7 @@ data.raw.recipe["angels-wire-coil-gold-converting"].results =
|
|||||||
|
|
||||||
data.raw.recipe["angels-wire-coil-copper-converting"].results =
|
data.raw.recipe["angels-wire-coil-copper-converting"].results =
|
||||||
{
|
{
|
||||||
{type="item", name="copper-cable", amount=8} --DrD 16 angels-wire-copper
|
{type="item", name="copper-cable", amount=16} --DrD 16 angels-wire-copper
|
||||||
}
|
}
|
||||||
|
|
||||||
data.raw.recipe["slag-processing-dissolution"].ingredients =
|
data.raw.recipe["slag-processing-dissolution"].ingredients =
|
||||||
|
@ -106,7 +106,7 @@ data:extend({
|
|||||||
{ type = "fluid", name = "liquid-sulfuric-acid", amount = 30 },
|
{ type = "fluid", name = "liquid-sulfuric-acid", amount = 30 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "item", name = "ingot-copper", amount = 12 },
|
{ type = "item", name = "ingot-copper", amount = 24 },
|
||||||
},
|
},
|
||||||
icons = angelsmods.functions.add_number_icon_layer(
|
icons = angelsmods.functions.add_number_icon_layer(
|
||||||
angelsmods.functions.get_object_icons("ingot-copper"),
|
angelsmods.functions.get_object_icons("ingot-copper"),
|
||||||
@ -269,7 +269,7 @@ data:extend({
|
|||||||
{ type = "fluid", name = "liquid-coolant", amount = 40 },
|
{ type = "fluid", name = "liquid-coolant", amount = 40 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "item", name = "angels-wire-coil-copper", amount = 8 },
|
{ type = "item", name = "angels-wire-coil-copper", amount = 12 },
|
||||||
{ type = "fluid", name = "liquid-coolant-used", amount = 40, temperature = 300 },
|
{ type = "fluid", name = "liquid-coolant-used", amount = 40, temperature = 300 },
|
||||||
},
|
},
|
||||||
main_product = "angels-wire-coil-copper",
|
main_product = "angels-wire-coil-copper",
|
||||||
|
@ -213,9 +213,9 @@ data:extend({
|
|||||||
energy_required = 4,
|
energy_required = 4,
|
||||||
enabled = false,
|
enabled = false,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{ type = "item", name = "ingot-iron", amount = 12 },
|
{ type = "item", name = "ingot-iron", amount = 24 },
|
||||||
{ type = "item", name = "ingot-nickel", amount = 12 },
|
{ type = "item", name = "ingot-nickel", amount = 12 },
|
||||||
{ type = "item", name = "ingot-cobalt", amount = 12 },
|
-- { type = "item", name = "ingot-cobalt", amount = 12 },
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "liquid-molten-iron", amount = 360 },
|
{ type = "fluid", name = "liquid-molten-iron", amount = 360 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user