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: updated to minecraft 1.21.6

+6 -5
+1 -1
build.gradle
··· 1 1 plugins { 2 - id 'fabric-loom' version '1.10-SNAPSHOT' 2 + id 'fabric-loom' version "${loom_version}" 3 3 id 'maven-publish' 4 4 5 5 }
+5 -4
gradle.properties
··· 4 4 5 5 # Fabric Properties 6 6 # check these on https://fabricmc.net/develop 7 - minecraft_version=1.21.5 8 - yarn_mappings=1.21.5+build.1 7 + minecraft_version=1.21.6 8 + yarn_mappings=1.21.6+build.1 9 9 loader_version=0.16.14 10 + loom_version=1.10-SNAPSHOT 10 11 11 12 # Mod Properties 12 13 mod_version=1.5.1 ··· 14 15 archives_base_name=simple-armor-hud 15 16 16 17 # Dependency properties 17 - fabric_version=0.122.0+1.21.5 18 - modmenu_version=14.0.0-rc.2 18 + fabric_version=0.127.1+1.21.6 19 + modmenu_version=15.0.0-beta.3 19 20 trinkets_version=3.10.0