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, 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,