A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fixed render button for 1.21.11

legoraft 641a3d5f aef04365

+1 -1
+1 -1
src/client/java/com/armorhud/config/configScreen.java
··· 42 42 .build(Text.translatable("config.disablearmorbar"), ((button, value) -> config.DISABLE_ARMOR_BAR = !config.DISABLE_ARMOR_BAR)); 43 43 44 44 armorPosition = CyclingButtonWidget.onOffBuilder(Text.translatable("simple_armor_hud.render.above_food_bar"), 45 - Text.translatable("simple_armor_hud.render.above_armor_bar")).initially(config.ABOVE_HEALTH_BAR) 45 + Text.translatable("simple_armor_hud.render.above_armor_bar"), config.ABOVE_HEALTH_BAR) 46 46 .build(Text.translatable("config.hudposition"), ((button, value) -> config.ABOVE_HEALTH_BAR = !config.ABOVE_HEALTH_BAR)); 47 47 48 48 OptionListWidget optionListWidget = this.addDrawableChild(new OptionListWidget(this.client, this.width, this));