Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 20w17a, 20w18a
-
Fix Version/s: 1.16 Pre-release 5
-
Labels:None
-
Confirmation Status:Confirmed
-
Game Mode:Creative
-
Category:Block states
-
Mojang Priority:Normal
Description
Reproduction steps
- Place a disc into a jukebox
- Ctrl + middle click to grab the jukebox with saved NBT data
- Place the jukebox
- Right click
It will not release the disc
- Breaking the jukebox confirms the disc is saved in the blocks inventory
Cause
Interaction with the jukebox happens depending on has_record block state property, but dropping record happens based on block entity.
When the jukebox is placed the has_record property is not updated.