Files
Purpur/purpur-server/minecraft-patches/sources/net/minecraft/stats/ServerRecipeBook.java.patch
granny 1f72458912 43/103 rejected minecraft source files applied
(idk what i was counting in the previous commit...)
2026-03-11 21:06:08 -07:00

11 lines
543 B
Diff

--- a/net/minecraft/stats/ServerRecipeBook.java
+++ b/net/minecraft/stats/ServerRecipeBook.java
@@ -110,6 +_,7 @@
) {
for (ResourceKey<Recipe<?>> 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);