From a9a9b24c44b19bf42b50032f2ac27a48403076db Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Fri, 27 Feb 2026 12:47:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D0=BF=D0=B0=D1=87=D0=BA?= =?UTF-8?q?=D0=B8=20"=D0=A1=D0=B5=D1=80=D0=B0"=20=D0=98=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=BB=20=D1=80=D0=B5=D1=86=D0=B5=D0=BF=D1=82=D1=8B?= =?UTF-8?q?=20"=D0=A1=D0=BE=D1=80=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BA=D1=80=D0=B8=D1=81=D1=82=D0=B0=D0=BB=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=20=D1=80=D1=83=D0=B4",=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=20=D1=88=D0=BB=D0=B0=D0=BA=D0=B0=2010%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../refining-dynamic/crystal-processing.lua | 24 +++++++++---------- bobplates/data-updates.lua | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/angelsrefining/prototypes/recipes/refining-dynamic/crystal-processing.lua b/angelsrefining/prototypes/recipes/refining-dynamic/crystal-processing.lua index ffd31e2e..24c41b34 100644 --- a/angelsrefining/prototypes/recipes/refining-dynamic/crystal-processing.lua +++ b/angelsrefining/prototypes/recipes/refining-dynamic/crystal-processing.lua @@ -13,13 +13,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore1-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1}, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore1-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, icons = { @@ -40,13 +40,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore2-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1 , probability = 0.1}, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore2-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, icons = { @@ -67,13 +67,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore3-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore3-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, icons = { @@ -94,13 +94,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore4-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore4-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, icons = { @@ -121,13 +121,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore5-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore5-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1 , probability = 0.10}, }, }, icons = { @@ -148,13 +148,13 @@ data:extend({ normal = { ingredients = { { type = "item", name = "angels-ore6-crystal", amount = 8 } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, expensive = { ingredients = { { type = "item", name = "angels-ore6-crystal", amount = 12 * rawmulti } }, results = { - { type = "item", name = "slag", amount = 1 }, + { type = "item", name = "slag", amount = 1, probability = 0.1 }, }, }, icons = { diff --git a/bobplates/data-updates.lua b/bobplates/data-updates.lua index de073370..9bbad237 100644 --- a/bobplates/data-updates.lua +++ b/bobplates/data-updates.lua @@ -277,7 +277,7 @@ data.raw.item["copper-plate"].stack_size = 200 data.raw.item["steel-plate"].stack_size = 200 data.raw.item["coal"].stack_size = 200 data.raw.item["uranium-ore"].stack_size = 200 -data.raw.item["sulfur"].stack_size = 200 +data.raw.item["sulfur"].stack_size = 2000 data.raw.item["wood"].stack_size = 200 if not bobmods.ores.cobalt.enabled then