From c18fa330a6748d1a5496eb1de2e2a0460dd367ba Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 10 Feb 2025 14:54:03 +0700 Subject: [PATCH] Update "unlocked by" of pattern drive --- .../dbotthepony/mc/otm/datagen/recipes/CraftingTableRecipes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 74b7efdd5..fffb48458 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 @@ -129,7 +129,7 @@ fun addCraftingTableRecipes(consumer: RecipeOutput) { .row(Tags.Items.DUSTS_GLOWSTONE, MItemTags.CARBON_PLATES, Tags.Items.DUSTS_GLOWSTONE) .row(MItemTags.DILITHIUM_GEMS, MItemTags.ADVANCED_CIRCUIT, MItemTags.DILITHIUM_GEMS) .row(Tags.Items.DUSTS_GLOWSTONE, Tags.Items.GEMS_DIAMOND, Tags.Items.DUSTS_GLOWSTONE) - .unlockedBy(MItemTags.ADVANCED_CIRCUIT) + .unlockedBy(MItemTags.DILITHIUM_GEMS) .build(consumer) MatteryRecipe(MItems.PATTERN_DRIVE_DOUBLE, category = machinesCategory)