#Replacement for ItemStack.getNbt()

3 messages · Page 1 of 1 (latest)

still gulch
#

Upgrading a mod from 1.19.3, and ItemStack.getNbt() seems to have gone away and I can't find a replacement. Any suggestions would be appreciated! (I guess I missed the deprecation stage where there was documentation on the replacement.) Specifically, the statement NbtCompound nbt = item.getNbt(); where item is an ItemStack is what broke. Thanks!

harsh grail
#

What version?

#

In 1.20.5+ nbt has been replaced with components