#How to change tooltip and ItemStack texture?

14 messages · Page 1 of 1 (latest)

misty surge
#

probably depending on NBT tag

#

also want to add that I want to make new ItemStack textures by taking old and and adding another small image on top of it

weary otter
#

look at how bundles work

#

it also overlays textures n stuff

misty surge
#

how cna i change them dynamicaly

weary otter
#

components

#

stack.set(DataComponents.LORE,List.of("a"))
classnames might be incorrect, thats at the top of my head + im using mojmaps

misty surge
#

like tooltip function fires every time component is changed?

weary otter
#

what

misty surge
#

i mean i got this function

weary otter
#

thats called every rendering tick iirc

misty surge
#

oh like that

#

tyty