[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 4d8a84c459
commit 468c86ed14
34 changed files with 60 additions and 9 deletions

View File

@@ -15,6 +15,8 @@ Optimize collection by creating a list instead of a set of the key and value.
This lets us get faster foreach iteration, as well as avoids map lookups on
the values when needed.
Feature patch
diff --git a/src/main/java/net/minecraft/world/level/pathfinder/PathFinder.java b/src/main/java/net/minecraft/world/level/pathfinder/PathFinder.java
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
--- a/src/main/java/net/minecraft/world/level/pathfinder/PathFinder.java