ממשקי סאטוס
Tutorial on how to create a STATUS HUD
How to create your first HUD (type STATUS)
STATUS HUDs allows you to create HUDs which have one texture to represent their filled state, empty state and half filled state.
For example vanilla Minecraft hunger bar uses the same method.
ItemsAdder has an example usage of this type of HUD, the thirst bar.
Please read the previous tutorial before starting this one.
Creating the needed configuration
The difference from FRAMES HUDs is that you don't have to bother creating one texture for each one of the possible values.
Creating the textures
As you can see I had created 3 textures, one for the half state, one for the negative state and one for the positive state.
Final result
Last updated