When you break the top of a door in creative mode the item is dropped
Resolved
Fixed
95
If you break the top of a door is dropped. If you break the down of a door isn't dropped. This is not consistent and very annoying. In the videos it is very clear. This only happen in creative mode, in survival the breaking of the doors works as expected.
This is controlled by the Tile Drops setting, or /gamerule dotiledrops. If you turn it off or set to false, the door does not drop when you break the top. Relates to MCPE-91102.
@rayane assid: I have made a new report for the iron door in survival because this report only covers creative mode. Please add your vote to MCPE-126620.
These bugs happen because the game has to treat the top and bottom of a door as separate blocks that are attached to each other. That means when one breaks the other breaks, just like a torch breaks if you break the block that it is placed on. My guess is that only door bottoms can drop as items. So when you break the bottom of a door the game decides whether to drop the item based on the mining rules of the door block. However, if you break the top then the game decides whether to drop the item for the attached bottom half based on rules for dropping attached blocks, which is just the dotiledrops gamerule unless a special exception is coded.
affects 1.17.30.20