diff --git a/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch b/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch index 2d67d852f7..85d650afda 100644 --- a/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch +++ b/Spigot-API-Patches/Add-playPickupItemAnimation-to-LivingEntity.patch @@ -15,9 +15,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + /** + * Plays pickup item animation towards this entity. -+ *

++ *

+ * This will remove the item on the client. -+ *

++ *

+ * Quantity is inferred to be that of the {@link Item}. + * + * @param item item to pickup @@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + /** + * Plays pickup item animation towards this entity. -+ *

++ *

+ * This will remove the item on the client. + * + * @param item item to pickup