Started by
ekonx
on
Topic category: Help with Minecraft modding (Java Edition)
I am creating a mod that creates new features such as stamina, thirst, the temperature that all affect the player.
I currently created a GUI that's binded to a set key. When you press that key I want the GUI to pop up with all the player's new features.
How should I go about this.
I can figure out how to create the thirst procedure, ( creating the hidden element) but I want those numbers like stamina percentage, world/biome temperature to appear in the GUI and be constantly updated.
Im not very good at explaining this so feel free to ask for more detail on what I am aiming for.