diff options
author | Jake Potrebic <[email protected]> | 2024-04-26 19:09:42 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-04-26 19:09:42 -0700 |
commit | 9bac3894e1b2ee246b247b0ec0575adae605a6b1 (patch) | |
tree | 27780d3e13b86d32bb7ae375959e887064030031 /patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch | |
parent | 68e23db25d4e982404e36bc123a5431ca7cf1ea5 (diff) | |
download | Paper-9bac3894e1b2ee246b247b0ec0575adae605a6b1.tar.gz Paper-9bac3894e1b2ee246b247b0ec0575adae605a6b1.zip |
more fixes
Diffstat (limited to 'patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch')
-rw-r--r-- | patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch b/patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch index 5e1094abf9..a337cf6e29 100644 --- a/patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch +++ b/patches/server/0849-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Fix spigot sound playing for BlockItem ItemStacks diff --git a/src/main/java/net/minecraft/world/item/ItemStack.java b/src/main/java/net/minecraft/world/item/ItemStack.java -index be2a229903efe80d318e2b94911fa10ed8134690..83976d1b9e6f9fe696f58526cbab9b0f607f3bdc 100644 +index 5ebd43bd4fa08df4531051fde606a9b2921692bf..0d44469149ea1bd80bec6a45a104b63e41ac2d6b 100644 --- a/src/main/java/net/minecraft/world/item/ItemStack.java +++ b/src/main/java/net/minecraft/world/item/ItemStack.java @@ -566,7 +566,11 @@ public final class ItemStack implements DataComponentHolder { |