From 65807cfb9b7677be5e1762d9709e3c7a467267ab Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Wed, 20 Jan 2021 14:25:26 -0600 Subject: [PATCH] Allow adding items to BlockDropItemEvent --- .../main/java/org/bukkit/event/block/BlockDropItemEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/event/block/BlockDropItemEvent.java b/paper-api/src/main/java/org/bukkit/event/block/BlockDropItemEvent.java index 7e21548ca..4c5ee91de 100644 --- a/paper-api/src/main/java/org/bukkit/event/block/BlockDropItemEvent.java +++ b/paper-api/src/main/java/org/bukkit/event/block/BlockDropItemEvent.java @@ -68,7 +68,7 @@ public class BlockDropItemEvent extends BlockEvent implements Cancellable { * Gets list of the Item drops caused by the block break. * * This list is mutable - removing an item from it will cause it to not - * drop. It is not legal however to add new items to the list. + * drop. Adding to the list is allowed. * * @return The Item the block caused to drop */