Item stacking problem caused by NBT tag
Elaski6573 opened this issue · 4 comments
Describe the bug
Problem with NBT tag
Item which used in my hand got nbt tag named tag :{}
Mod/Minecraft Version
Minecraft Version: Forge 1.18.2-40.1.80
Mod Version:1.3.4, 1.3.3 (tested with two verserons)
To Reproduce
Steps to reproduce the behavior:
- Mine block with item (example = dirt, acacia log)
- Item which used to mine got a NBT tag named tag: {}
- This item NEVER get stacked with other items
I noticed this problem by using command /data get entity @p Inventory
Expected behavior
- Fix nbt tag to not apply to common items
- Or change that only durable items can get nbt tag
I had the same problem and came looking for a solution, and it looks like someone saw it before I did.
Hope to get a hot fix soon. It doesn't crash, but it detracts from the experience.
My OCD makes it impossible for me to ignore this little bug.
I also had this problem today, which caused my items to not stack and caused problems using Storage Drawers