From 32315ef13a697edefa921b2e0ee59a9bc559dc56 Mon Sep 17 00:00:00 2001 From: teksturepako <71150936+juraj-hrivnak@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:27:13 +0200 Subject: [PATCH 1/2] Update BloomeryRecipe.java --- .../pyrotech/modules/tech/bloomery/recipe/BloomeryRecipe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/BloomeryRecipe.java b/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/BloomeryRecipe.java index 02bee219c..b5008fcfe 100644 --- a/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/BloomeryRecipe.java +++ b/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/BloomeryRecipe.java @@ -29,7 +29,7 @@ public static boolean removeRecipes(Ingredient output) { return RecipeHelper.removeRecipesByOutput(ModuleTechBloomery.Registries.BLOOMERY_RECIPE, output); } - /* package */ BloomeryRecipe( + public BloomeryRecipe( ItemStack output, Ingredient input, int burnTimeTicks, From 2716d375372813d51dea61fd98d47b78b29b9c08 Mon Sep 17 00:00:00 2001 From: teksturepako <71150936+juraj-hrivnak@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:27:36 +0200 Subject: [PATCH 2/2] Update WitherForgeRecipe.java --- .../modules/tech/bloomery/recipe/WitherForgeRecipe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/WitherForgeRecipe.java b/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/WitherForgeRecipe.java index f71f7d778..57a687739 100644 --- a/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/WitherForgeRecipe.java +++ b/src/main/java/com/codetaylor/mc/pyrotech/modules/tech/bloomery/recipe/WitherForgeRecipe.java @@ -29,7 +29,7 @@ public static boolean removeRecipes(Ingredient output) { return RecipeHelper.removeRecipesByOutput(ModuleTechBloomery.Registries.WITHER_FORGE_RECIPE, output); } - /* package */ WitherForgeRecipe( + public WitherForgeRecipe( ItemStack output, Ingredient input, int burnTimeTicks,