From bc340cc317539fa54cc6fdac6af83589ef16de6d Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 25 Jun 2023 20:55:13 +0700 Subject: [PATCH] =?UTF-8?q?YuRaNnNzZZ=20=E2=80=94=20=D0=A1=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=D0=B4=D0=BD=D1=8F,=20=D0=B2=2018:27=20thanks=20direwolf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterManager.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterManager.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterManager.kt index ea34a8d46..77822466f 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterManager.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterManager.kt @@ -559,8 +559,8 @@ object MatterManager { width = it.recipeWidth height = it.recipeHeight } else { - width = it.ingredients.size - height = 1 + width = 3 + height = 3 } val container = TransientCraftingContainer(object : AbstractContainerMenu(null, 0) {