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.

merge: updated dev branch to 1.8.0

+26 -1
+1 -1
gradle.properties
··· 10 10 loom_version=1.14-SNAPSHOT 11 11 12 12 # Mod Properties 13 - mod_version=1.7.0 13 + mod_version=1.8.0 14 14 maven_group=com.armorhud 15 15 archives_base_name=simple-armor-hud 16 16
+25
src/main/resources/assets/simple-armor-hud/lang/vi-vn.json
··· 1 + { 2 + "key.armorhud.armorvisible": "Bật/Tắt hiển thị HUD của giáp", 3 + "key.category.simple-armor-hud.armorhud.toggles": "Simple armor HUD", 4 + 5 + "config.doublehotbar": "Double Hotbar", 6 + "config.bettermounthud": "Better Mount Hud", 7 + 8 + "config.armorvisible": "Hiển thị giáp", 9 + "config.disablearmorbar": "Tắt thanh hiển thị giáp", 10 + 11 + "config.righttoleft": "Hiển thị từ phải sang trái", 12 + "config.trimemptyslots": "Ẩn các ô trống", 13 + 14 + "config.armorposition": "Vị trí", 15 + "config.armorposition.foodbar": "Phía trên thanh thức ăn", 16 + "config.armorposition.healthbar": "Phía trên thanh máu", 17 + "config.armorposition.hotbar_left": "Phía bên trái thanh công cụ nhanh", 18 + "config.armorposition.hotbar_right": "Phía bên phải thanh công cụ nhanh", 19 + 20 + "config.header.general": "Chung", 21 + "config.header.compatibility": "Khả năng Tương tích", 22 + 23 + "config.title": "Màn hình cấu hình của Simple armor HUD", 24 + "config.done": "Xong" 25 + }