aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-12-08 11:00:39 -0800
committerJake Potrebic <[email protected]>2023-12-08 11:00:39 -0800
commit2f92d4e00ecc4be92089a1494097aaba0ce82fff (patch)
treef7db33ffd937bff789a9a24f3f45631f836ce38b /patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch
parentf9edc4b1cd667da4f597b94fd1f25f9df69944b3 (diff)
downloadPaper-2f92d4e00ecc4be92089a1494097aaba0ce82fff.tar.gz
Paper-2f92d4e00ecc4be92089a1494097aaba0ce82fff.zip
Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 01bb6ba7 PR-936: Add new PersistentDataContainer methods and clean up docs bc145b90 PR-940: Create registry for banner pattern and cat type CraftBukkit Changes: cb2ea54de SPIGOT-7440, PR-1292: Fire EntityTeleportEvent for end gateways 4fea66e44 PR-1299: Add new PersistentDataContainer methods and clean up docs b483a20db PR-1303: Create registry for banner pattern and cat type 4642dd526 SPIGOT-7535: Fix maps not having an ID and also call MapInitializeEvent in more places
Diffstat (limited to 'patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch')
-rw-r--r--patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch b/patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch
index d31acf4385..d2553b1897 100644
--- a/patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch
+++ b/patches/server/0634-Fix-incosistency-issue-with-empty-map-items-in-CB.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Fix incosistency issue with empty map items in CB
diff --git a/src/main/java/net/minecraft/world/item/MapItem.java b/src/main/java/net/minecraft/world/item/MapItem.java
-index b27a464cecb0efc2656d85e3c546f262e79de9a4..cd841f027edbe7e000d633034a2aa6a214c20b5b 100644
+index d4b4da03dcd98336a15eaa045d6b0ce361b15b76..797415866a7f182d804f6b8e57ceb07a6ac2a20a 100644
--- a/src/main/java/net/minecraft/world/item/MapItem.java
+++ b/src/main/java/net/minecraft/world/item/MapItem.java
-@@ -73,7 +73,7 @@ public class MapItem extends ComplexItem {
+@@ -69,7 +69,7 @@ public class MapItem extends ComplexItem {
public static Integer getMapId(ItemStack stack) {
CompoundTag nbttagcompound = stack.getTag();