Started by
KnightKing777
on
Topic category: Help with Minecraft modding (Java Edition)
Hey everyone! How to make variables in overlay in 2023.1 update? I want to display mana amount but since update 2023.1 it doesn't work.
Topic category: Help with Minecraft modding (Java Edition)
Hey everyone! How to make variables in overlay in 2023.1 update? I want to display mana amount but since update 2023.1 it doesn't work.
Make a procedure that returns text
How to that?
So like for example if number variable is 25 return "25" as a string? Would I have to do that for each number all the way from 25 to 1 then?