Empty Shulker Box NBT Tag
ezrareeves opened this issue ยท 1 comments
In 1.18 when you place and break an empty shulker box it keeps an NBT tag. This causes them to not stack with the virgin shulkers.
Previously, I believe, carpet was removing the NBT which allowed all shulkers to stack.
Some quick investigating of the nbt tags for empty shulker boxes shows me three different states that don't stack together.
- Empty Shulker boxes Without a nbt
tag
defined - No
Item
array definedtag: {BlockEntityTag: {id: "minecraft:shulker_box"}}
- Empty
Item
array definedtag: {BlockEntityTag: {Items: [], id: "minecraft:shulker_box"}}
The server i play on has QuickShulker installed, it opens the shulker box you are holding. Scenario 2 happens when you empty a box opened from your hand.