Коррекция производства железа и меди
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 =
|
||||
{
|
||||
{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 =
|
||||
|
@ -106,7 +106,7 @@ data:extend({
|
||||
{ type = "fluid", name = "liquid-sulfuric-acid", amount = 30 },
|
||||
},
|
||||
results = {
|
||||
{ type = "item", name = "ingot-copper", amount = 12 },
|
||||
{ type = "item", name = "ingot-copper", amount = 24 },
|
||||
},
|
||||
icons = angelsmods.functions.add_number_icon_layer(
|
||||
angelsmods.functions.get_object_icons("ingot-copper"),
|
||||
@ -269,7 +269,7 @@ data:extend({
|
||||
{ type = "fluid", name = "liquid-coolant", amount = 40 },
|
||||
},
|
||||
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 },
|
||||
},
|
||||
main_product = "angels-wire-coil-copper",
|
||||
|
@ -213,9 +213,9 @@ data:extend({
|
||||
energy_required = 4,
|
||||
enabled = false,
|
||||
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-cobalt", amount = 12 },
|
||||
-- { type = "item", name = "ingot-cobalt", amount = 12 },
|
||||
},
|
||||
results = {
|
||||
{ type = "fluid", name = "liquid-molten-iron", amount = 360 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user