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

@ -6,7 +6,7 @@ Subject: [PATCH] Add fast alternative constructor for Rotations
Signed-off-by: Irmo van den Berge <irmo.vandenberge@ziggo.nl>
diff --git a/src/main/java/net/minecraft/core/Rotations.java b/src/main/java/net/minecraft/core/Rotations.java
index d51027087603f4d3eae33e777afa14d2951e975e..fa527523d78fc8af1fdee238f34a43366ca85132 100644
index e4b4e78de933b93be87805501d9cbfec429cf68c..152b1a2cb88c6456282b537611c18975d6da5f57 100644
--- a/src/main/java/net/minecraft/core/Rotations.java
+++ b/src/main/java/net/minecraft/core/Rotations.java
@@ -19,6 +19,18 @@ public class Rotations {