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: added name to comment

legoraft 28e000ec 0d4b269a

+2 -1
+2 -1
src/client/java/com/armorhud/mixin/client/armorHudMixin.java
··· 103 103 } 104 104 } 105 105 106 - /* Putting this on the backburner for a little while to implement other things 106 + /* Putting this on the backburner for a little while to implement other things - Legoraft 107 + 107 108 // counts empty slots to center condensed armor bar, don't like having to loop through the equip slots twice but idk how else to center this dynamically -dino 108 109 int emptyArmorSlots = 0; 109 110 if (config.TRIM_EMPTY_SLOTS) {