diff --git a/patches/minecraft/net/minecraft/item/crafting/RecipeManager.java.patch b/patches/minecraft/net/minecraft/item/crafting/RecipeManager.java.patch index f0fa1ba6f..152ea533f 100644 --- a/patches/minecraft/net/minecraft/item/crafting/RecipeManager.java.patch +++ b/patches/minecraft/net/minecraft/item/crafting/RecipeManager.java.patch @@ -8,7 +8,7 @@ try { + if (!net.minecraftforge.common.crafting.CraftingHelper.processConditions(entry.getValue(), "conditions")) { -+ field_199521_c.info("Skipping loading recipe {} as it's conditions were not met", resourcelocation); ++ field_199521_c.debug("Skipping loading recipe {} as it's conditions were not met", resourcelocation); + continue; + } IRecipe irecipe = func_215377_a(resourcelocation, entry.getValue());