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 compatibility level to JAVA_25

authored by

rh4htr and committed by
GitHub
400c0048 46bab08d

+2 -2
+2 -2
src/main/resources/simple-armor-hud.mixins.json
··· 1 1 { 2 2 "required": true, 3 3 "package": "com.armorhud.mixin", 4 - "compatibilityLevel": "JAVA_17", 4 + "compatibilityLevel": "JAVA_25", 5 5 "mixins": [ 6 6 ], 7 7 "injectors": { 8 8 "defaultRequire": 1 9 9 } 10 - } 10 + }