#Get the NBT of an ItemStack.

1 messages · Page 1 of 1 (latest)

uncut abyss
#

Is there a way to get the NBT data of an item in like a HashMap format? I'm making custom models for my plugin and i need the CustomModelData nbt tag of a Firework Star from an item.

glass void
#

the custom model data is exposed through the API

uncut abyss
#

oh i thought i would have to use NMS