Коррекция рецепта:

- Кордит
- Переработка газа
Увеличил размер стака для щебня до 40000
This commit is contained in:
2026-03-22 22:12:23 +03:00
parent 881e20c1c5
commit d64184568f
3 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
--end --end
if data.raw["item"]["slag"] then if data.raw["item"]["slag"] then
data.raw["item"]["slag"].stack_size = 4000 data.raw["item"]["slag"].stack_size = 4000
data.raw["item"]["stone-crushed"].stack_size = 4000 data.raw["item"]["stone-crushed"].stack_size = 40000
data.raw["item"]["stone-brick"].stack_size = 4000 data.raw["item"]["stone-brick"].stack_size = 4000
data.raw["item"]["iron-gear-wheel"].stack_size = 2000 data.raw["item"]["iron-gear-wheel"].stack_size = 2000
end end

View File

@@ -70,15 +70,15 @@ data:extend({
name = "gas-fractioning", name = "gas-fractioning",
category = "gas-refining", category = "gas-refining",
subgroup = "petrochem-carbon-gas-feed", subgroup = "petrochem-carbon-gas-feed",
energy_required = 6, energy_required = 5,
enabled = false, enabled = false,
ingredients = { ingredients = {
{ type = "fluid", name = "liquid-ngl", amount = 100, fluidbox_index = 1 }, { type = "fluid", name = "liquid-ngl", amount = 200, fluidbox_index = 1 },
}, },
results = { results = {
{ type = "fluid", name = "gas-methane", amount = 50, fluidbox_index = 1 }, { type = "fluid", name = "gas-methane", amount = 100, fluidbox_index = 1 },
{ type = "fluid", name = "gas-ethane", amount = 30, fluidbox_index = 2 }, { type = "fluid", name = "gas-ethane", amount = 70, fluidbox_index = 2 },
{ type = "fluid", name = "gas-butane", amount = 20, fluidbox_index = 3 }, { type = "fluid", name = "gas-butane", amount = 30, fluidbox_index = 3 },
}, },
always_show_products = true, always_show_products = true,
icons = angelsmods.functions.create_gas_recipe_icon({ icons = angelsmods.functions.create_gas_recipe_icon({

View File

@@ -56,8 +56,8 @@ data:extend({
enabled = false, enabled = false,
ingredients = { ingredients = {
{ type = "fluid", name = "nitroglycerin", amount = 60 }, { type = "fluid", name = "nitroglycerin", amount = 60 },
{ "gun-cotton", 12 }, { "gun-cotton", 10 },
{ "petroleum-jelly", 1 }, { "petroleum-jelly", 2 },
}, },
result = "cordite", result = "cordite",
result_count = 6, result_count = 6,