From 1d8c636de4d62019d0cd5c61c24d1e07b69607d0 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 29 Jan 2023 21:14:05 +0700 Subject: [PATCH] Holo sign crafting recipe --- .../mc/otm/datagen/recipes/CraftingTableRecipes.kt | 7 ------- .../mc/otm/datagen/recipes/DecorativesRecipes.kt | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 7 deletions(-) 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 2cda8c5f5..230497240 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 @@ -247,13 +247,6 @@ fun addCraftingTableRecipes(consumer: Consumer) { .unlockedBy(MItems.BATTERY_CAPACITOR) .buildEnergetic(consumer) - // лампа - MatteryRecipe(MItems.LABORATORY_LAMP, category = RecipeCategory.REDSTONE) - .row(MItemTags.IRON_PLATES, MItemTags.HARDENED_GLASS_PANES_COLORLESS, MItemTags.IRON_PLATES) - .row(MItems.MIRROR, Items.GLOWSTONE, MItems.MIRROR) - .row(MItemTags.TRITANIUM_PLATES, Tags.Items.DUSTS_REDSTONE, MItemTags.TRITANIUM_PLATES) - .build(consumer) - // апгрейд на сетку крафта MatteryRecipe(MItems.ExopackUpgrades.CRAFTING_UPGRADE, category = RecipeCategory.TOOLS) .row(MItemTags.ADVANCED_CIRCUIT, MItemTags.ADVANCED_CIRCUIT, MItemTags.ADVANCED_CIRCUIT) 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 b8712fe64..8f69951c6 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 @@ -323,4 +323,18 @@ fun addDecorativesRecipes(provider: MatteryRecipeProvider, consumer: Consumer