Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 92dacba

Browse files
committedDec 2, 2024·
Remove unnecessary diff
1 parent 9db5e8f commit 92dacba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎patches/server/0009-Disable-advancement-recipe-warnings.patch

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ index 8e2eb7b61421ceb063654826941f1a81f6f50bdf..edc4b0849aecf653718995efe5175a6d
1818
} else {
1919
this.startProgress(advancementholder, advancementprogress);
2020
diff --git a/src/main/java/net/minecraft/stats/ServerRecipeBook.java b/src/main/java/net/minecraft/stats/ServerRecipeBook.java
21-
index 5c7484ce2850a2eb698a2183b81134b89b0bbcc7..99a33af94029612769ceac9105c9e60834f30959 100644
21+
index 5c7484ce2850a2eb698a2183b81134b89b0bbcc7..f3486f0978ac409536b17ab92f12f12b2064422e 100644
2222
--- a/src/main/java/net/minecraft/stats/ServerRecipeBook.java
2323
+++ b/src/main/java/net/minecraft/stats/ServerRecipeBook.java
24-
@@ -157,8 +157,8 @@ public class ServerRecipeBook extends RecipeBook {
25-
26-
try {
24+
@@ -159,6 +159,7 @@ public class ServerRecipeBook extends RecipeBook {
2725
ResourceKey<Recipe<?>> resourcekey = ResourceKey.create(Registries.RECIPE, ResourceLocation.parse(s));
28-
-
26+
2927
if (!validPredicate.test(resourcekey)) {
3028
+ if (false) // okocraft - Disable recipe warnings
3129
ServerRecipeBook.LOGGER.error("Tried to load unrecognized recipe: {} removed now.", resourcekey);

0 commit comments

Comments
 (0)
Please sign in to comment.