Status HUD
Tutorial on how to create a STATUS HUD
How to create your first HUD (type STATUS)
Please read the previous tutorial before starting this one.
Creating the needed configuration
info:
namespace: myitems
huds:
thirst_bar:
enabled: true
show:
auto: true
creative: false
underwater: false
riding: false
type: STATUS
x_position_pixels: 10
direction: LEFT
value:
player_stat_name: thirst
start: 10
min: 0
max: 10
images:
positive: myitems:thirst_bar_positive
half: myitems:thirst_bar_half
negative: myitems:thirst_bar_negative
Creating the textures

Final result

Last updated