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: changed locale structures to match english

legoraft 18ba0526 913d94ea

+5 -3
-2
src/client/java/com/armorhud/config/configScreen.java
··· 51 51 .dimensions(width / 2 - 100, height - 25, 200, 20) 52 52 .build(); 53 53 54 - addDrawableChild(armorPosition); 55 - 56 54 addDrawableChild(doneButton); 57 55 } 58 56
+2
src/main/resources/assets/simple-armor-hud/lang/de_de.json
··· 4 4 5 5 "config.doublehotbar": "Double Hotbar", 6 6 "config.bettermounthud": "Better Mount Hud", 7 + 7 8 "config.armorvisible": "Rüstungs-HUD sichtbar", 8 9 "config.disablearmorbar": "Rüstungsbalken ausschalten", 9 10 10 11 "config.righttoleft": "Rechts nach links Anzeige", 12 + 11 13 "config.done": "Fertig" 12 14 }
+3 -1
src/main/resources/assets/simple-armor-hud/lang/zh_tw.json
··· 4 4 5 5 "config.doublehotbar": "雙快捷欄", 6 6 "config.bettermounthud": "更佳坐騎抬頭顯示器", 7 + 7 8 "config.armorvisible": "顯示盔甲", 8 - "config.righttoleft": "從右至左顯示", 9 9 "config.disablearmorbar": "停用盔甲條", 10 + 11 + "config.righttoleft": "從右至左顯示", 10 12 11 13 "config.title": "Armor hud《盔甲抬頭顯示器》設定畫面", 12 14 "config.done": "完成"