From a64010fc85d89abafa51d3b5e56de9520ef8f5fc Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Tue, 3 Sep 2024 21:00:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=B1=D0=B5=D0=BB=D0=B5=D0=B9=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=D0=B5...........?= 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, 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 58b632d87..abb9d7d7d 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 @@ -130,7 +130,7 @@ fun addCraftingTableRecipes(consumer: RecipeOutput) { .unlockedBy(MItemTags.ADVANCED_CIRCUIT) .build(consumer) - MatteryRecipe(MItems.MATTER_CABLE, category = machinesCategory) + MatteryRecipe(MItems.MATTER_CABLE, count = 16, category = machinesCategory) .row(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES) .row(Items.REDSTONE, MItemTags.COPPER_WIRES, Items.REDSTONE) .row(MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES, MItemTags.TRITANIUM_PLATES)