From bb7dd7f39dd22d136c7c6f216baefdc31733b60e Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 7 Sep 2024 09:42:51 +0700 Subject: [PATCH] =?UTF-8?q?Yurie=20=E2=80=94=20=D0=A1=D0=B5=D0=B3=D0=BE?= =?UTF-8?q?=D0=B4=D0=BD=D1=8F,=20=D0=B2=205:07=20=D1=8D=D0=BA=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B5=D0=B9=D0=BA=D0=BE=D0=B2=D1=8B=D0=B9,=20?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=88=D0=B5=D0=BD=D1=8B=D0=B9=20=D1=82=D1=80?= =?UTF-8?q?=D0=B8=D1=82=D0=B0=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dbotthepony/mc/otm/datagen/recipes/DecorativesRecipes.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/DecorativesRecipes.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/DecorativesRecipes.kt index 9e511cc54..2f4119420 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/DecorativesRecipes.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/DecorativesRecipes.kt @@ -380,8 +380,7 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: RecipeOutpu for ((color, item) in MRegistry.COMPUTER_TERMINAL.allItems) { val builder = MatteryRecipe(item, category = RecipeCategory.DECORATIONS) - builder.rowB(MItemTags.BASIC_CIRCUIT) - builder.rowB(MItemTags.TRITANIUM_PLATES) + builder.row(MItemTags.BASIC_CIRCUIT, MItemTags.TRITANIUM_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS) if (color != null) { builder.rowB(color.tag)