[1.10.2] /dev/null seems to add NBT data to items without it?
dmarcuse opened this issue ยท 1 comments
This is kind of a strange issue I encountered, when placing items that do not have NBT data into the slot in the /dev/null, it seems to assign empty NBT data to the stack. This can be seen with advanced tooltips enabled, the stack will now show NBT: 0 tag(s)
.
Steps to reproduce:
- Spawn in a /dev/null and a stack of stone.
- Verify that stone doesn't have NBT data
- Open GUI for /dev/null and put stone into slot
- Note that stone now has empty NBT data
This doesn't seem to affect items that already have NBT data - such as banners or tipped arrows - but it does make it effectively useless for removing excess items like stone, which no longer stack with the NBT-ified stone in the /dev/null and don't get collected by it.
Edit: Interestingly, if you add one item from a stack to the /dev/null (Take a clean stack of stone, right click to drop one into the /dev/null slot) the entire stack is modified.