--- a/net/minecraft/stats/ServerRecipeBook.java +++ b/net/minecraft/stats/ServerRecipeBook.java @@ -110,6 +_,7 @@ ) { for (ResourceKey> recipe : recipes) { if (!validator.test(recipe)) { + if (!org.purpurmc.purpur.PurpurConfig.loggerSuppressUnrecognizedRecipeErrors) // Purpur - Logger settings (suppressing pointless logs) LOGGER.error("Tried to load unrecognized recipe: {} removed now.", recipe); } else { recipeAddingMethod.accept(recipe);