Коррекция рецептов: уменьшение потребления кислорода при переплавке меди и стали

This commit is contained in:
2026-06-02 22:06:02 +03:00
parent 221a019b35
commit 7853926e36
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ data:extend({
enabled = false,
ingredients = {
{ type = "item", name = "ingot-iron", amount = 24 },
{ type = "fluid", name = "gas-oxygen", amount = 60 },
{ type = "fluid", name = "gas-oxygen", amount = 10 },
},
results = {
{ type = "item", name = "ingot-steel", amount = 6 },

View File

@@ -44,7 +44,7 @@ data:extend({
enabled = false,
ingredients = {
{ type = "item", name = "pellet-copper", amount = 8 },
{ type = "fluid", name = "gas-oxygen", amount = 60 },
{ type = "fluid", name = "gas-oxygen", amount = 10 },
--{type="item", name="solid-sodium-carbonate", amount=6},
},
results = {