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)