flinbein / PowerNBT

[MineCraft] Minecraft PowerNBT plugin
https://www.spigotmc.org/resources/powernbt.9098/
MIT License
39 stars 25 forks source link

NBTItemContainer will fail to get/set tag if stack is not a CraftItemStack #2

Closed Snaipe closed 10 years ago

Snaipe commented 11 years ago

If the item stack passed in the constructor was manually created (and thus not a CraftItemStack), it will fail to find the handle and accessing the tag won't work.

DPOH-VAR commented 11 years ago

I don't know how to fix it, because only CraftItemStack has nbt. I experiment with item metadata

DPOH-VAR commented 10 years ago

fixed. But with restrictions: you can edit tags only allowed by ItemMeta