diff options
author | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-11-09 21:44:55 +0100 |
commit | 0af4e84eff5e8f2819c12cd656d04b64664abb3c (patch) | |
tree | f1b04b4f705fa22f8c7414c1b6dac4aad7bbdcd2 /patches/server/1049-Optimise-general-POI-access.patch | |
parent | 17dbf74ccfa7f306174d6ec9ab8c31b47aed45a5 (diff) | |
download | Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.tar.gz Paper-0af4e84eff5e8f2819c12cd656d04b64664abb3c.zip |
[ci skip] Add identifying line to some larger/optimization patches
Diffstat (limited to 'patches/server/1049-Optimise-general-POI-access.patch')
-rw-r--r-- | patches/server/1049-Optimise-general-POI-access.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/server/1049-Optimise-general-POI-access.patch b/patches/server/1049-Optimise-general-POI-access.patch index 0e3d18cfa4..2fa0832c02 100644 --- a/patches/server/1049-Optimise-general-POI-access.patch +++ b/patches/server/1049-Optimise-general-POI-access.patch @@ -30,6 +30,8 @@ This patch also specifically optimises other areas of code to use PoiAccess. For example, some villager AI and portaling code had to be specifically modified. +Feature patch + diff --git a/src/main/java/io/papermc/paper/util/PoiAccess.java b/src/main/java/io/papermc/paper/util/PoiAccess.java new file mode 100644 index 0000000000000000000000000000000000000000..f39294b1f83c4022be5ced4da781103a1eee2daf |