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.

Update simple-armor-hud.client.mixins.json

authored by

rh4htr and committed by
GitHub
96c59918 2b34529e

+2 -2
+2 -2
src/client/resources/simple-armor-hud.client.mixins.json
··· 1 1 { 2 2 "required": true, 3 3 "package": "com.armorhud.mixin.client", 4 - "compatibilityLevel": "JAVA_17", 4 + "compatibilityLevel": "JAVA_25", 5 5 "client": [ 6 6 "armorHudMixin", 7 7 "inGameHudMixin", ··· 10 10 "injectors": { 11 11 "defaultRequire": 1 12 12 } 13 - } 13 + }