From d64184568fa0da2b53c6837ae7c70ee919149c40 Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Sun, 22 Mar 2026 22:12:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D0=B0:=20-?= =?UTF-8?q?=20=D0=9A=D0=BE=D1=80=D0=B4=D0=B8=D1=82=20-=20=D0=9F=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B0=20=D0=B3?= =?UTF-8?q?=D0=B0=D0=B7=D0=B0=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D1=89=D0=B5=D0=B1?= =?UTF-8?q?=D0=BD=D1=8F=20=D0=B4=D0=BE=2040000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KaoExtended/prototypes/morestack.lua | 2 +- .../prototypes/recipes/petrochem-carbons.lua | 10 +++++----- bobwarfare/prototypes/recipe/parts-recipe.lua | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/KaoExtended/prototypes/morestack.lua b/KaoExtended/prototypes/morestack.lua index 4b8f48a9..f3988e64 100644 --- a/KaoExtended/prototypes/morestack.lua +++ b/KaoExtended/prototypes/morestack.lua @@ -5,7 +5,7 @@ --end if data.raw["item"]["slag"] then 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"]["iron-gear-wheel"].stack_size = 2000 end \ No newline at end of file diff --git a/angelspetrochem/prototypes/recipes/petrochem-carbons.lua b/angelspetrochem/prototypes/recipes/petrochem-carbons.lua index ce6f4b7a..89d5e526 100644 --- a/angelspetrochem/prototypes/recipes/petrochem-carbons.lua +++ b/angelspetrochem/prototypes/recipes/petrochem-carbons.lua @@ -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({ diff --git a/bobwarfare/prototypes/recipe/parts-recipe.lua b/bobwarfare/prototypes/recipe/parts-recipe.lua index a136b2e3..fc8b0d70 100644 --- a/bobwarfare/prototypes/recipe/parts-recipe.lua +++ b/bobwarfare/prototypes/recipe/parts-recipe.lua @@ -56,8 +56,8 @@ data:extend({ enabled = false, ingredients = { { type = "fluid", name = "nitroglycerin", amount = 60 }, - { "gun-cotton", 12 }, - { "petroleum-jelly", 1 }, + { "gun-cotton", 10 }, + { "petroleum-jelly", 2 }, }, result = "cordite", result_count = 6,