From 964a6e17b1a958fd1d1401ec489b06a7821478ae Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Sun, 22 Oct 2023 10:12:16 +0300 Subject: [PATCH] =?UTF-8?q?DBot=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=2010:09=20=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=87=D0=B5=D0=BC=D1=83=20=D1=82=D0=BE=D0=B3=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BA=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=D0=B5=D1=81=D1=8C=20BlockEntityTag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt index f5d871ded..ab9c82344 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt @@ -73,6 +73,8 @@ fun addCraftingTableRecipes(consumer: RecipeOutput) { .build(consumer, "advanced") MatteryRecipe(MBlocks.TWIN_PLATE_PRESS, category = machinesCategory) + .setUpgradeSource(MItems.PLATE_PRESS) + .addUpgradeOps(UpgradeRecipe.Direct("BlockEntityTag")) .rowB(MItemTags.PISTONS) .rowB(MItems.PLATE_PRESS) .rowB(MItemTags.TRITANIUM_PLATES)