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 7e21548cac..4c5ee91de1 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 */