[ci skip] Add identifying line to some larger/optimization patches
This commit is contained in:
parent
17dbf74ccf
commit
0af4e84eff
34 changed files with 68 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue