Vanilla hud

Create a vanilla like hud

Reverse determines whether it is from left to right or right to left. Of course, you also need to redraw the "half" texture in reverse.

# %nameplates_vanilla_{0}%
vanilla-hud:
  stamina_hud:
    reverse: true
    images:
      empty: stamina_0
      half: stamina_1
      full: stamina_2
    placeholder:
      # value/max-value can be placeholders
      value: '1.1'
      max-value: '2'

Last updated