NBT-API

NBT-API

98.9k Downloads

Setting nbt clears item meta

Ekpoa opened this issue ยท 2 comments

commented

After setting nbt it clears all current item meta, is there a way around this?

commented

nvm was using deprecated new NBTItem(item, true)

commented

That isn't the issue(NBTItem is just deprecated so people move to NBT.modify/get instead). ItemMeta contains the nbt. So getting meta(contains a copy of the nbt), changing the nbt and then setting the meta reverts the nbt back to when the meta was created.