Carpet

Carpet

2M Downloads

Empty Shulker Box NBT Tag

ezrareeves opened this issue ยท 1 comments

commented

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.

commented

Some quick investigating of the nbt tags for empty shulker boxes shows me three different states that don't stack together.

  1. Empty Shulker boxes Without a nbt tag defined
  2. No Item array defined tag: {BlockEntityTag: {id: "minecraft:shulker_box"}}
  3. Empty Item array defined tag: {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.