[ci skip] Add identifying line to some larger/optimization patches

This commit is contained in:
Nassim Jahnke 2024-11-09 21:44:55 +01:00
parent 17dbf74ccf
commit 0af4e84eff
No known key found for this signature in database
GPG key ID: EF6771C01F6EF02F
34 changed files with 68 additions and 17 deletions

View file

@ -6,6 +6,8 @@ Subject: [PATCH] Optimize Bit Operations by inlining
Inline bit operations and reduce instruction count to make these hot
operations faster
Feature patch
diff --git a/src/main/java/net/minecraft/core/BlockPos.java b/src/main/java/net/minecraft/core/BlockPos.java
index a1d54d978d34d75475f92dfb806113586e7e449c..f58a94efafbc01d402cd03a108bb90f60930a316 100644
--- a/src/main/java/net/minecraft/core/BlockPos.java