Rebuild patches

This commit is contained in:
Jason Penilla 2023-09-22 10:59:56 -07:00
parent ead3ddba32
commit 896aa8b54a
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
190 changed files with 396 additions and 455 deletions

View file

@ -5,7 +5,7 @@ Subject: [PATCH] Sanitize ResourceLocation error logging
diff --git a/src/main/java/net/minecraft/resources/ResourceLocation.java b/src/main/java/net/minecraft/resources/ResourceLocation.java
index 0185ea054848f9b400533e97ac0b9a49b81db980..3331217a504499860f3e8476cc818b985cd65398 100644
index d3300e43523429fdd0e61c5aa9aed2e6bc78e07e..38e2a8cec48bc779b8154d6d719031f457a2403e 100644
--- a/src/main/java/net/minecraft/resources/ResourceLocation.java
+++ b/src/main/java/net/minecraft/resources/ResourceLocation.java
@@ -211,7 +211,7 @@ public class ResourceLocation implements Comparable<ResourceLocation> {