From b026a678289393d58fc5d29459f11397572fe41d Mon Sep 17 00:00:00 2001 From: Aleksei-bird Date: Tue, 19 May 2026 13:52:11 +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=B5=D1=86=D0=B5=D0=BF=D1=82=20"=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D0=B9=20=D0=BA=D0=B0=D1=80=D0=BA=D0=B0=D1=81?= =?UTF-8?q?=20=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KaoExtended/prototypes/structurecomponents/item.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KaoExtended/prototypes/structurecomponents/item.lua b/KaoExtended/prototypes/structurecomponents/item.lua index 556c43b9..c3a7ffc0 100644 --- a/KaoExtended/prototypes/structurecomponents/item.lua +++ b/KaoExtended/prototypes/structurecomponents/item.lua @@ -37,8 +37,8 @@ createSC("intermediate") createSC("advanced") createSC("anotherworld") newRecipe("basic", 15).ingredients = { - {"lead-plate", 33}, - {"glass", 15}, + {"lead-plate", 15}, + {"glass", 10}, {"stone-brick", 22} } newRecipe("intermediate", 30).ingredients = {