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: moved armor position to old location

legoraft 066ac3c1 d640e474

+2 -2
+2 -2
src/client/java/com/armorhud/config/configScreen.java
··· 44 44 45 45 this.list.addHeader(Component.translatable("config.header.display")); 46 46 this.list.addSmall( 47 + armorPositionOptions, 47 48 OptionInstance.createBoolean("config.righttoleft", config.RTL, v -> config.RTL = v), 48 - OptionInstance.createBoolean("config.trimemptyslots", config.TRIM_EMPTY_SLOTS, v -> config.TRIM_EMPTY_SLOTS = v), 49 - armorPositionOptions 49 + OptionInstance.createBoolean("config.trimemptyslots", config.TRIM_EMPTY_SLOTS, v -> config.TRIM_EMPTY_SLOTS = v) 50 50 ); 51 51 } 52 52