Jukeboxes that have been placed don't stack with jukeboxes that have not been placed
The bug
Jukeboxes that have been placed, broken, and then picked up again will not stack with jukeboxes that have never been placed.
Expected behaviour
Jukeboxes all stack.
How to reproduce
- Get 2 jukeboxes
- Place one of them on the ground
- In survival mode, break it with the hand and pick it up
The broken jukebox creates a new stack
Created Issue:
Jukeboxes that have been placed don't stack with jukeboxes that have not been placed
Jukeboxes that have been placed, broken, and picked up are not stacking with jukeboxes that have never been placed.
Expected: jukeboxes all stack
To reproduce:
In survival mode, craft 2 jukeboxes. Place one, then break and pick it up. The 2 jukeboxes no longer stack.
Environment
Win10, multiplayer, vanilla server, optifine client.
Jukeboxes that have been placed, broken, and picked up a
renot stackingwith jukeboxes that have never been placed.Expected: jukeboxes all stack
To reproduce:
In survival mode, craft 2 jukeboxes. Place one, then break and pick it up. The 2 jukeboxes no longer stack.
The Bug
Jukeboxes that have been placed, broken, and then picked up again will not stack with jukeboxes that have never been placed.
Expected behaviour:
Jukeboxes all stack.
How to reproduce:
- Get 2 jukeboxes
- Place one of them on the ground
- In survival mode, break it with the hand and pick it up
the broken jukebox creates a new stack
Win10, multiplayer, vanilla server, optifine client.
is duplicated by
The
BugJukeboxes that have been placed, broken, and then picked up again will not stack with jukeboxes that have never been placed.
Expected behaviour
:Jukeboxes all stack.
How to reproduce
:
- Get 2 jukeboxes
- Place one of them on the ground
- In survival mode, break it with the hand and pick it up
![]()
the broken jukebox creates a new stackThe bug
Jukeboxes that have been placed, broken, and then picked up again will not stack with jukeboxes that have never been placed.
Expected behaviour
Jukeboxes all stack.
How to reproduce
- Get 2 jukeboxes
- Place one of them on the ground
- In survival mode, break it with the hand and pick it up
The broken jukebox creates a new stack
is duplicated by
is duplicated by
relates to
Thank you for your report!
We're tracking this issue in MC-112245 and MC-216362, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit
This is actually a duplicate of MC-216362. ![]()
Thank you for your report!
We're tracking this issue in MC-216362, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit
Duplicates MC-216362
Thank you for your report!
We're tracking this issue in MC-216362, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.

can confirm for non-optifine 1.16.5 2021-02-21 14-21-57.mkv
@Adan Chappuis Ideally remove the 'optifine' bit
I've tested this in vanilla single player in both 1.16.5 as well as the latest 21w07a. It still happens exactly as described, although it apparently has nothing to do with optifine so I removed that part.
In the setPlacedBy method of net.minecraft.world.level.block.JukeboxBlock (mojang mappings),
an empty compound tag is created on the item stack that is used to place the jukebox.
Can confirm in 21w08a.
Can confirm in 21w13a.
Can confirm in 21w17a.
Can confirm in 1.17 Pre Release 2
Can confirm in 1.17-pre5
Can confirm in 21w37a.
Cannot replicate in 21w37a and further versions.
This has been fixed in 1.18
Can confirm that this issue has been fixed.
This issue seems to have been introduced in 1.16-pre5 when
MC-180867was fixed. That version added the following code to JukeboxBlock.setPlacedBy (as noted by uyp):21w37a replaced that code with this:
I also am able to reproduce the issue in 1.17.1 but not in 21w37a, so I'm marking it as fixed. (
MC-180867also remains fixed.)It doesnt even contain any extra nbt data, so Luckily this seems to be solved by throwing the items on the ground, then they can both be picked up and stacked as normal