gnembon / carpet-extra

Extra Features for Carpet Mod
GNU Lesser General Public License v3.0
291 stars 62 forks source link

NBT tags on Stackable Shulkers #249

Open IZminecraft opened 2 years ago

IZminecraft commented 2 years ago

(1.18) Using emptyShulkerBoxStackAlways shulkers that have at some point been placed in the world will have 1 NBT tag (NBT: 1 tag(s)). This causes them to not stack with empty shulkers that have only ever been in inventories or in item form.

clarfonthey commented 2 years ago

This tag is BlockEntityTag {id: "minecraft:shulker_box"} and could be ignored by the stacking logic.