From 866eadd661bd5a37ff9c129c066e55da0d0484ee Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Sun, 24 Mar 2024 22:23:20 +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=D1=8B=20=D0=BF=D0=B0=D1=87?= =?UTF-8?q?=D0=B5=D0=BA=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B?= =?UTF-8?q?=D1=85=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KaoExtended/prototypes/morestack.lua | 6 +++--- bobores/data.lua | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/KaoExtended/prototypes/morestack.lua b/KaoExtended/prototypes/morestack.lua index 8b4c9a8d..835638fe 100644 --- a/KaoExtended/prototypes/morestack.lua +++ b/KaoExtended/prototypes/morestack.lua @@ -4,8 +4,8 @@ -- data.raw["item"]["wood"].stack_size = 200 --end if data.raw["item"]["slag"] then - data.raw["item"]["slag"].stack_size = 400 - data.raw["item"]["stone-crushed"].stack_size = 400 - data.raw["item"]["stone-brick"].stack_size = 400 + data.raw["item"]["slag"].stack_size = 4000 + data.raw["item"]["stone-crushed"].stack_size = 4000 + data.raw["item"]["stone-brick"].stack_size = 4000 data.raw["item"]["iron-gear-wheel"].stack_size = 200 end \ No newline at end of file diff --git a/bobores/data.lua b/bobores/data.lua index 94fdc793..7a9be28f 100644 --- a/bobores/data.lua +++ b/bobores/data.lua @@ -113,7 +113,7 @@ end data.raw.item["copper-ore"].stack_size = 200 data.raw.item["iron-ore"].stack_size = 200 -data.raw.item["stone"].stack_size = 200 +data.raw.item["stone"].stack_size = 2000 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["uranium-ore"].stack_size = 2000 +data.raw.item["sulfur"].stack_size = 2000