From e2e256cf9724d0755170c54cf7dd297f222ce7a7 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 11 Mar 2023 14:57:19 +0700 Subject: [PATCH] need to sleep --- .../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 477a9faeb..a2719b6cb 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 @@ -278,7 +278,7 @@ fun addCraftingTableRecipes(consumer: Consumer) { .unlockedBy(MItemTags.TRITANIUM_NUGGETS) .save(consumer) - ShapelessRecipeBuilder(RecipeCategory.MISC, MItems.TRITANIUM_INGOT, 9) + ShapelessRecipeBuilder(RecipeCategory.MISC, MItems.TRITANIUM_INGOT, 1) .requires(Ingredient.of(MItemTags.TRITANIUM_NUGGETS), 9) .unlockedBy(MItemTags.TRITANIUM_INGOTS) .unlockedBy(MItemTags.TRITANIUM_NUGGETS)