Started by
Squidexm
on
Topic category: Help with Minecraft modding (Java Edition)
Hello i need help i wanna make a mana bar with a stripe down left and (an number how many mana i have) but i have made the number already so i only need the texture i have 5 100% bar 75% bar 50% bar 25% bar and 0% bar so i only need to know how i made the bar go down and how to put it in
You need to do some math, overlay.
Like:
If <current mana>/<max mana>*100 = 25
return (light blue): true
retun (light blue): false
That's the condition