Коррекция рецепта:
- Кордит - Переработка газа Увеличил размер стака для щебня до 40000
This commit is contained in:
@@ -70,15 +70,15 @@ data:extend({
|
||||
name = "gas-fractioning",
|
||||
category = "gas-refining",
|
||||
subgroup = "petrochem-carbon-gas-feed",
|
||||
energy_required = 6,
|
||||
energy_required = 5,
|
||||
enabled = false,
|
||||
ingredients = {
|
||||
{ type = "fluid", name = "liquid-ngl", amount = 100, fluidbox_index = 1 },
|
||||
{ type = "fluid", name = "liquid-ngl", amount = 200, fluidbox_index = 1 },
|
||||
},
|
||||
results = {
|
||||
{ type = "fluid", name = "gas-methane", amount = 50, fluidbox_index = 1 },
|
||||
{ type = "fluid", name = "gas-ethane", amount = 30, fluidbox_index = 2 },
|
||||
{ type = "fluid", name = "gas-butane", amount = 20, fluidbox_index = 3 },
|
||||
{ type = "fluid", name = "gas-methane", amount = 100, fluidbox_index = 1 },
|
||||
{ type = "fluid", name = "gas-ethane", amount = 70, fluidbox_index = 2 },
|
||||
{ type = "fluid", name = "gas-butane", amount = 30, fluidbox_index = 3 },
|
||||
},
|
||||
always_show_products = true,
|
||||
icons = angelsmods.functions.create_gas_recipe_icon({
|
||||
|
||||
Reference in New Issue
Block a user