-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction:
Make a plugin which have the following Listener
BlockBreakEvent which sets event.setDropItems(false) only on a custom block (customcrafting block)
CustomItemBreakEvent with event.setDropItems(false)
- Place a custom block and break it nothing will drop. (like excpected)
- Place any block favourable not a custom, lets take sand and break it. The drop of the previous custom block will be dropped and not a sand item
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working