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.

updated mod info to 1.18

authored by

LegoRaft and committed by
GitHub
7268f4cb 1a3085d1

+3 -3
+1 -1
src/main/resources/armorhud.mixins.json
··· 2 2 "required": true, 3 3 "minVersion": "0.8", 4 4 "package": "net.legoraft.armorhud.mixin", 5 - "compatibilityLevel": "JAVA_16", 5 + "compatibilityLevel": "JAVA_17", 6 6 "mixins": [ 7 7 ], 8 8 "client": [
+2 -2
src/main/resources/fabric.mod.json
··· 28 28 29 29 "depends": { 30 30 "fabricloader": ">=0.11.3", 31 - "minecraft": "1.17.x", 32 - "java": ">=16" 31 + "minecraft": "1.18.x", 32 + "java": ">=17" 33 33 }, 34 34 "suggests": { 35 35 "another-mod": "*"