Снова небольшая коррекци расхода железа/меди

This commit is contained in:
Aleksei-bird 2025-05-01 23:24:51 +03:00
parent 90e17fb049
commit c3265f84b7
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ data:extend({
results = {
{ type = "fluid", name = "water-mineralized", amount = 20 },
{ type = "fluid", name = "water-purified", amount = 70 },
{ type = "item", name = "sulfur", amount = 3 },
{ type = "item", name = "sulfur", amount = 1 },
},
always_show_products = true,
icons = angelsmods.functions.create_liquid_recipe_icon({

View File

@ -106,7 +106,7 @@ data:extend({
{ type = "fluid", name = "liquid-sulfuric-acid", amount = 30 },
},
results = {
{ type = "item", name = "ingot-copper", amount = 24 },
{ type = "item", name = "ingot-copper", amount = 12 },
},
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 = 12 },
{ type = "item", name = "angels-wire-coil-copper", amount = 8 },
{ type = "fluid", name = "liquid-coolant-used", amount = 40, temperature = 300 },
},
main_product = "angels-wire-coil-copper",