Simple Armor Hud

Simple Armor Hud

78.1k Downloads

Armor icons interferes with mount HUD

Mefiresu opened this issue ยท 2 comments

commented

The armor icons are drawn on top of the horse's HP bar when the horse has more than 10 hearts. This also affects creative mode.

Screenshots

Survival mode
survival

Creative mode
creative

commented

Found a way to move armor up when player is riding an entity using hasVehicle() but still finding a way to detect if it's a horse with more than 20 health

commented

added a check for if player is riding, and if the mounts health is over 20, armor will move up then, in both survival and creative