chrismin13/AdditionsAPI

Add getItemMeta / setItemMeta and possibility add NBTCompound etc...

Euphillya opened this issue · 2 comments

Hello on your API, its possible add modify NBT tag for custom your item ?

Take a look at the CustomItemStack object. You can create a new CustomItemStack by giving it a normal ItemStack that is a Custom Item.

https://chrismin13.github.io/AdditionsAPI/com/chrismin13/additionsapi/items/CustomItemStack.html#addAllNBTData-java.util.Map-

Ah yes sorry :/