diff options
author | Jake Potrebic <[email protected]> | 2024-05-29 14:11:52 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-29 14:11:52 -0700 |
commit | efd91e52a670a1e1bae5ad09cdffac35484c1ee2 (patch) | |
tree | 5f606bb017bdcda579d51eefe7b4d318a7401c9d /patches/server/0482-Add-StructuresLocateEvent.patch | |
parent | a31dc90741ed9c121a13a3c124c9ebf5bafd0da7 (diff) | |
download | Paper-efd91e52a670a1e1bae5ad09cdffac35484c1ee2.tar.gz Paper-efd91e52a670a1e1bae5ad09cdffac35484c1ee2.zip |
Add registry-related argument types (#10770)
* Add registry-related argument types
* fix tests
Diffstat (limited to 'patches/server/0482-Add-StructuresLocateEvent.patch')
-rw-r--r-- | patches/server/0482-Add-StructuresLocateEvent.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0482-Add-StructuresLocateEvent.patch b/patches/server/0482-Add-StructuresLocateEvent.patch index 82cdf051db..856b096609 100644 --- a/patches/server/0482-Add-StructuresLocateEvent.patch +++ b/patches/server/0482-Add-StructuresLocateEvent.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Add StructuresLocateEvent Co-authored-by: Jake Potrebic <[email protected]> diff --git a/src/main/java/io/papermc/paper/registry/PaperRegistries.java b/src/main/java/io/papermc/paper/registry/PaperRegistries.java -index 4f4595356f2d17c261a84e13d37351f06433177b..3aa5aec0b17cbdff922009b940d49bb06945c2c6 100644 +index 5b6d0c5c788bfd158494a88665a2b9b8c45a9ffe..51979b3c3f1f3a3c63e0559c70bed9193fd35dbb 100644 --- a/src/main/java/io/papermc/paper/registry/PaperRegistries.java +++ b/src/main/java/io/papermc/paper/registry/PaperRegistries.java -@@ -45,6 +45,12 @@ import static io.papermc.paper.registry.entry.RegistryEntry.entry; +@@ -46,6 +46,12 @@ import static io.papermc.paper.registry.entry.RegistryEntry.entry; @DefaultQualifier(NonNull.class) public final class PaperRegistries { |