Снова небольшая коррекци расхода железа/меди
This commit is contained in:
parent
90e17fb049
commit
c3265f84b7
@ -78,7 +78,7 @@ data:extend({
|
|||||||
results = {
|
results = {
|
||||||
{ type = "fluid", name = "water-mineralized", amount = 20 },
|
{ type = "fluid", name = "water-mineralized", amount = 20 },
|
||||||
{ type = "fluid", name = "water-purified", amount = 70 },
|
{ type = "fluid", name = "water-purified", amount = 70 },
|
||||||
{ type = "item", name = "sulfur", amount = 3 },
|
{ type = "item", name = "sulfur", amount = 1 },
|
||||||
},
|
},
|
||||||
always_show_products = true,
|
always_show_products = true,
|
||||||
icons = angelsmods.functions.create_liquid_recipe_icon({
|
icons = angelsmods.functions.create_liquid_recipe_icon({
|
||||||
|
@ -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 = 24 },
|
{ type = "item", name = "ingot-copper", amount = 12 },
|
||||||
},
|
},
|
||||||
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 = 12 },
|
{ type = "item", name = "angels-wire-coil-copper", amount = 8 },
|
||||||
{ 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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user