Skip to content

Instantly share code, notes, and snippets.

@Boy0000
Last active September 17, 2022 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Boy0000/e3ddb34c4d7ffe1de93f95d2f6c96243 to your computer and use it in GitHub Desktop.
Save Boy0000/e3ddb34c4d7ffe1de93f95d2f6c96243 to your computer and use it in GitHub Desktop.
HudCondition Configs
vanilla-health:
layers:
fill:
texture:
path: assets/vanilla/health_bar.png
color: "#FFFFFF"
offset:
x: 8
y: 4
function:
listener: health
increment: 20
orientation: horizontal
icon:
texture:
path: assets/vanilla/health_icon.png
offset:
x: -10
y: 0
outline:
texture:
path: assets/vanilla/bar_outline.png
offset:
x: 8
y: -3
vanilla-food:
layers:
fill:
texture:
path: assets/vanilla/food_bar.png
color: "#FFFFFF"
offset:
x: -4
y: 4
function:
reversed: true
listener: food
increment: 20
orientation: horizontal
icon:
texture:
path: assets/vanilla/food_icon.png
offset:
x: -10
y: 0
outline:
texture:
path: assets/vanilla/bar_outline.png
offset:
x: -4
y: -3
vanilla-exp:
layers:
fill:
texture:
path: assets/vanilla/exp_bar.png
color: "#FFFFFF"
offset:
x: 12
y: -13
function:
listener: exp
increment: 26
orientation: horizontal
icon:
texture:
path: assets/vanilla/exp_icon.png
offset:
x: 0
y: 0
outline:
texture:
path: assets/vanilla/exp_outline.png
offset:
x: 12
y: -13
vanilla-armor:
layers:
fill:
texture:
path: assets/vanilla/armor_bar.png
color: "#FFFFFF"
offset:
x: 1
y: -17
function:
listener: armor
increment: 20
orientation: vertical
reversed: true
icon:
texture:
path: assets/vanilla/armor_icon.png
offset:
x: -1
y: 2
outline:
texture:
path: assets/vanilla/vertical_bar_outline.png
offset:
x: 1
y: -17
vanilla-air:
layers:
fill:
texture:
path: assets/vanilla/air_bar.png
color: "#FFFFFF"
offset:
x: -2
y: -17
function:
listener: air
increment: 10
orientation: vertical
reversed: true
icon:
texture:
path: assets/vanilla/air_icon.png
offset:
x: -4
y: 2
outline:
texture:
path: assets/vanilla/vertical_bar_outline.png
offset:
x: -2
y: -17
vanilla-mounted:
layers:
fill:
texture:
path: assets/vanilla/mounted_bar.png
color: "#FFFFFF"
offset:
x: -4
y: 4
function:
reversed: true
listener: mount
increment: 20
orientation: horizontal
icon:
texture:
path: assets/vanilla/mounted_icon.png
offset:
x: -10
y: 0
outline:
texture:
path: assets/vanilla/bar_outline.png
offset:
x: -4
y: -3
health:
elements:
health:
asset: 'vanilla-health'
position:
x: 50.0
y: 0.0
offset:
x: -30.0
y: 40.0
food:
elements:
food:
asset: 'vanilla-food'
position:
x: 50.0
y: 0.0
offset:
x: 57.0
y: 40.0
exp:
elements:
exp:
asset: 'vanilla-exp'
position:
x: 50.0
y: 0.0
offset:
x: -3.0
y: 40
armor:
elements:
armor:
asset: 'vanilla-armor'
position:
x: 100.0
y: 0.0
offset:
x: -6
y: 100
air:
elements:
air:
asset: 'vanilla-air'
position:
x: 100.0
y: 0.0
offset:
x: -20
y: 100
mounted:
elements:
mounted:
asset: 'vanilla-mounted'
position:
x: 50.0
y: 0.0
offset:
x: 57.0
y: 50.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment