Started by
karstenvader
on
Topic category: Advanced modding
I am working on a mod using a single item to store a variable in an NBT tag. This NBT tag, Mana, is used to determine what item, spells, etc the player can use, so its a pretty important value.
I want to know how I can display this value from the NBT tag onscreen as part of an overlay. Is there an easy way to do this? Is there any way? Is this an upcoming feature?
Thanks in advance.
i don't know how to it with an overlay but with a procedure you can use the send message to provided entity block with action bar set to true and use a create text with block for the text and input the nbt there
<NBT's:numerica:money>
if your NBT tag is called money than just change last bit to the name of your tag and it should work