Started by
0uA1S
on
Topic category: Help with Minecraft modding (Java Edition)
So I would like to have the label display the value of my variable in my overlay.
I tried multiple things like putting the label text as "<:myVar:>" or "{myVar}" but nothing worked.
The result is my overlay displaying the text I've written and not the actual value of my variable.
I noticed that when creating my Label the type can only be "Fixed" there is no dynamic type or anything else.
What did I do wrong and how can I make this work ?
Make a procedure returning your variable. Then, select it in the dropdown list (where "Fixed" is). Fixed is to write a specific text.
It works perfectly thank you
Can you make a screenshot pls?