The bug
In both survival and creative mode, destroying a jukebox with a disc inside will drop the disc at the top or above the block with velocity upwards. It seems like the game uses the disc ejection feature used when you right click the jukebox. The jukebox itself drops as any other block in survival mode.
If there is a block above the jukebox, the disc will drop inside it, and could end up on top of that block instead of where expected.
See
[media]
Linked issues
relates to 1
Attachments
Comments 8
The expected behavior from my point of view is that a jukebox containing a disc that gets broken drops the disc like chests drop items, from the middle of the block rather than the top with upwards motion. If you think of it as if it was real life, the disc is in the middle of the jukebox when playing the disc, and if you would break the jukebox the disc shouldn't realistically shoot up into the air.
Jukeboxes I assume have been programmed to drop discs upwards when right clicking them so they look like they come out of the disc tray texture at the top of the jukebox and also so the discs easily can be collected.
However, this function seems to also be used when breaking the jukebox, rather than dropping it in a normal fashion, which to me doesn't seem intended. That in itself may not be a big deal, but one problem that can occur is mentioned in the description and can be seen in the video (
[media]).
Can anyone confirm?